Skip to content

Commit e8a1687

Browse files
committed
Bump Cabal-syntax to <3.12
1 parent e5e17e0 commit e8a1687

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example-client/example-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ executable example-client
6868
build-depends: network >= 2.5 && < 2.6
6969

7070
if flag(Cabal-syntax)
71-
build-depends: Cabal-syntax >= 3.7 && < 3.9
71+
build-depends: Cabal-syntax >= 3.7 && < 3.12
7272
else
7373
build-depends: Cabal >= 1.12 && < 3.7,
7474
Cabal-syntax < 3.7

hackage-repo-tool/hackage-repo-tool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ executable hackage-repo-tool
101101
build-depends: network >= 2.5 && < 2.6
102102

103103
if flag(Cabal-syntax)
104-
build-depends: Cabal-syntax >= 3.7 && < 3.10
104+
build-depends: Cabal-syntax >= 3.7 && < 3.12
105105
else
106106
build-depends: Cabal >= 1.14 && < 1.26
107107
|| >= 2.0 && < 2.6

hackage-security/hackage-security.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ library
165165
build-depends: base >= 4.10
166166

167167
if flag(Cabal-syntax) && impl(ghc >= 8.2)
168-
build-depends: Cabal-syntax >= 3.7 && < 3.10
168+
build-depends: Cabal-syntax >= 3.7 && < 3.12
169169
else
170170
build-depends: Cabal >= 1.14 && < 1.26
171171
|| >= 2.0 && < 2.6

0 commit comments

Comments
 (0)