Skip to content

Commit 8f6b383

Browse files
ffaf1Mikolaj
authored andcommitted
Bump Cabal and Cabal-syntax to allow 3.12
I have tested the change by building `all` against `Cabal` and `Cabal-syntax` 3.12.
1 parent 1066cab commit 8f6b383

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

example-client/example-client.cabal

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

6565
if flag(Cabal-syntax)
66-
build-depends: Cabal-syntax >= 3.7 && < 3.12
66+
build-depends: Cabal-syntax >= 3.7 && < 3.14
6767
else
6868
build-depends: Cabal >= 2.2.0.1 && < 3.7,
6969
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
@@ -85,7 +85,7 @@ executable hackage-repo-tool
8585
build-depends: network >= 2.5 && < 2.6
8686

8787
if flag(Cabal-syntax)
88-
build-depends: Cabal-syntax >= 3.7 && < 3.12
88+
build-depends: Cabal-syntax >= 3.7 && < 3.14
8989
else
9090
build-depends: Cabal >= 2.2.0.1 && < 2.6
9191
|| >= 3.0 && < 3.7,

hackage-security/hackage-security.cabal

Lines changed: 3 additions & 3 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.12
139+
build-depends: Cabal-syntax >= 3.7 && < 3.14
140140
else
141141
build-depends: Cabal >= 2.2.0.1 && < 2.6
142142
|| >= 3.0 && < 3.7,
@@ -240,8 +240,8 @@ test-suite TestSuite
240240
zlib
241241

242242
if flag(Cabal-syntax)
243-
build-depends: Cabal >= 3.7 && < 3.12,
244-
Cabal-syntax >= 3.7 && < 3.12
243+
build-depends: Cabal >= 3.7 && < 3.14,
244+
Cabal-syntax >= 3.7 && < 3.14
245245
else
246246
build-depends: Cabal >= 2.2.0.1 && < 2.6
247247
|| >= 3.0 && < 3.7,

0 commit comments

Comments
 (0)