Skip to content

Commit 09104e0

Browse files
geekosaurMikolaj
authored andcommitted
update Cabal-syntax bound to permit 3.16
1 parent 6fc5ff4 commit 09104e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example-client/example-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ executable example-client
5656
ghc-options: -Wall
5757

5858
if flag(Cabal-syntax)
59-
build-depends: Cabal-syntax >= 3.7 && < 3.16
59+
build-depends: Cabal-syntax >= 3.7 && < 3.18
6060
else
6161
build-depends: Cabal >= 2.2.0.1 && < 3.7,
6262
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
@@ -77,7 +77,7 @@ executable hackage-repo-tool
7777
hackage-security >= 0.6 && < 0.7
7878

7979
if flag(Cabal-syntax)
80-
build-depends: Cabal-syntax >= 3.7 && < 3.16
80+
build-depends: Cabal-syntax >= 3.7 && < 3.18
8181
else
8282
build-depends: Cabal >= 2.2.0.1 && < 2.6
8383
|| >= 3.0 && < 3.7,

hackage-security/hackage-security.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ library
136136
build-depends: base >= 4.11
137137

138138
if flag(Cabal-syntax)
139-
build-depends: Cabal-syntax >= 3.7 && < 3.16
139+
build-depends: Cabal-syntax >= 3.7 && < 3.18
140140
else
141141
build-depends: Cabal >= 2.2.0.1 && < 2.6
142142
|| >= 3.0 && < 3.7,
@@ -201,7 +201,7 @@ test-suite TestSuite
201201
zlib
202202

203203
if flag(Cabal-syntax)
204-
build-depends: Cabal >= 3.7 && < 3.16,
204+
build-depends: Cabal >= 3.7 && < 3.18,
205205
Cabal-syntax >= 3.7 && < 3.16
206206
else
207207
build-depends: Cabal >= 2.2.0.1 && < 2.6

0 commit comments

Comments
 (0)