File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments