File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ executable example-client
63
63
build-depends : network >= 2.5 && < 2.6
64
64
65
65
if flag(Cabal-syntax)
66
- build-depends : Cabal-syntax >= 3.7 && < 3.12
66
+ build-depends : Cabal-syntax >= 3.7 && < 3.14
67
67
else
68
68
build-depends : Cabal >= 2.2.0.1 && < 3.7 ,
69
69
Cabal-syntax < 3.7
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ executable hackage-repo-tool
85
85
build-depends : network >= 2.5 && < 2.6
86
86
87
87
if flag(Cabal-syntax)
88
- build-depends : Cabal-syntax >= 3.7 && < 3.12
88
+ build-depends : Cabal-syntax >= 3.7 && < 3.14
89
89
else
90
90
build-depends : Cabal >= 2.2.0.1 && < 2.6
91
91
|| >= 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.12
139
+ build-depends : Cabal-syntax >= 3.7 && < 3.14
140
140
else
141
141
build-depends : Cabal >= 2.2.0.1 && < 2.6
142
142
|| >= 3.0 && < 3.7 ,
@@ -240,8 +240,8 @@ test-suite TestSuite
240
240
zlib
241
241
242
242
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
245
245
else
246
246
build-depends : Cabal >= 2.2.0.1 && < 2.6
247
247
|| >= 3.0 && < 3.7 ,
You can’t perform that action at this time.
0 commit comments