Skip to content

Commit 58c0dfa

Browse files
fgazMikolaj
authored andcommitted
Bump Cabal and Cabal-syntax to allow 3.14
I have tested the change by running `cabal build all && cabal test all` with the following cabal.project.local: packages: /path-to-cabal-repo/Cabal packages: /path-to-cabal-repo/Cabal-syntax constraints: Cabal==3.14.* constraints: Cabal-syntax==3.14.* where /path-to-cabal-repo is my local checkout of cabal 3.14
1 parent 8697bc2 commit 58c0dfa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

example-client/example-client.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ executable example-client
5555
ghc-options: -Wall
5656

5757
if flag(Cabal-syntax)
58-
build-depends: Cabal-syntax >= 3.7 && < 3.14
58+
build-depends: Cabal-syntax >= 3.7 && < 3.16
5959
else
6060
build-depends: Cabal >= 2.2.0.1 && < 3.7,
6161
Cabal-syntax < 3.7

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ executable hackage-repo-tool
7575
hackage-security >= 0.6 && < 0.7
7676

7777
if flag(Cabal-syntax)
78-
build-depends: Cabal-syntax >= 3.7 && < 3.14
78+
build-depends: Cabal-syntax >= 3.7 && < 3.16
7979
else
8080
build-depends: Cabal >= 2.2.0.1 && < 2.6
8181
|| >= 3.0 && < 3.7,

hackage-security/hackage-security.cabal

+3-3
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.14
139+
build-depends: Cabal-syntax >= 3.7 && < 3.16
140140
else
141141
build-depends: Cabal >= 2.2.0.1 && < 2.6
142142
|| >= 3.0 && < 3.7,
@@ -201,8 +201,8 @@ test-suite TestSuite
201201
zlib
202202

203203
if flag(Cabal-syntax)
204-
build-depends: Cabal >= 3.7 && < 3.14,
205-
Cabal-syntax >= 3.7 && < 3.14
204+
build-depends: Cabal >= 3.7 && < 3.16,
205+
Cabal-syntax >= 3.7 && < 3.16
206206
else
207207
build-depends: Cabal >= 2.2.0.1 && < 2.6
208208
|| >= 3.0 && < 3.7,

0 commit comments

Comments
 (0)