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
56
56
ghc-options : -Wall
57
57
58
58
if flag(Cabal-syntax)
59
- build-depends : Cabal-syntax >= 3.7 && < 3.16
59
+ build-depends : Cabal-syntax >= 3.7 && < 3.18
60
60
else
61
61
build-depends : Cabal >= 2.2.0.1 && < 3.7 ,
62
62
Cabal-syntax < 3.7
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ executable hackage-repo-tool
77
77
hackage-security >= 0.6 && < 0.7
78
78
79
79
if flag(Cabal-syntax)
80
- build-depends : Cabal-syntax >= 3.7 && < 3.16
80
+ build-depends : Cabal-syntax >= 3.7 && < 3.18
81
81
else
82
82
build-depends : Cabal >= 2.2.0.1 && < 2.6
83
83
|| >= 3.0 && < 3.7 ,
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ library
136
136
build-depends : base >= 4.11
137
137
138
138
if flag(Cabal-syntax)
139
- build-depends : Cabal-syntax >= 3.7 && < 3.16
139
+ build-depends : Cabal-syntax >= 3.7 && < 3.18
140
140
else
141
141
build-depends : Cabal >= 2.2.0.1 && < 2.6
142
142
|| >= 3.0 && < 3.7 ,
@@ -201,7 +201,7 @@ test-suite TestSuite
201
201
zlib
202
202
203
203
if flag(Cabal-syntax)
204
- build-depends : Cabal >= 3.7 && < 3.16 ,
204
+ build-depends : Cabal >= 3.7 && < 3.18 ,
205
205
Cabal-syntax >= 3.7 && < 3.16
206
206
else
207
207
build-depends : Cabal >= 2.2.0.1 && < 2.6
You can’t perform that action at this time.
0 commit comments