File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ executable example-client
68
68
build-depends : network >= 2.5 && < 2.6
69
69
70
70
if flag(Cabal-syntax)
71
- build-depends : Cabal-syntax >= 3.7 && < 3.9
71
+ build-depends : Cabal-syntax >= 3.7 && < 3.12
72
72
else
73
73
build-depends : Cabal >= 1.12 && < 3.7 ,
74
74
Cabal-syntax < 3.7
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ executable hackage-repo-tool
101
101
build-depends : network >= 2.5 && < 2.6
102
102
103
103
if flag(Cabal-syntax)
104
- build-depends : Cabal-syntax >= 3.7 && < 3.10
104
+ build-depends : Cabal-syntax >= 3.7 && < 3.12
105
105
else
106
106
build-depends : Cabal >= 1.14 && < 1.26
107
107
|| >= 2.0 && < 2.6
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ library
165
165
build-depends : base >= 4.10
166
166
167
167
if flag(Cabal-syntax) && impl(ghc >= 8.2 )
168
- build-depends : Cabal-syntax >= 3.7 && < 3.10
168
+ build-depends : Cabal-syntax >= 3.7 && < 3.12
169
169
else
170
170
build-depends : Cabal >= 1.14 && < 1.26
171
171
|| >= 2.0 && < 2.6
You can’t perform that action at this time.
0 commit comments