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
6363 build-depends : network >= 2.5 && < 2.6
6464
6565 if flag(Cabal-syntax)
66- build-depends : Cabal-syntax >= 3.7 && < 3.12
66+ build-depends : Cabal-syntax >= 3.7 && < 3.14
6767 else
6868 build-depends : Cabal >= 2.2.0.1 && < 3.7 ,
6969 Cabal-syntax < 3.7
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ executable hackage-repo-tool
8585 build-depends : network >= 2.5 && < 2.6
8686
8787 if flag(Cabal-syntax)
88- build-depends : Cabal-syntax >= 3.7 && < 3.12
88+ build-depends : Cabal-syntax >= 3.7 && < 3.14
8989 else
9090 build-depends : Cabal >= 2.2.0.1 && < 2.6
9191 || >= 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.12
139+ build-depends : Cabal-syntax >= 3.7 && < 3.14
140140 else
141141 build-depends : Cabal >= 2.2.0.1 && < 2.6
142142 || >= 3.0 && < 3.7 ,
@@ -240,8 +240,8 @@ test-suite TestSuite
240240 zlib
241241
242242 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
245245 else
246246 build-depends : Cabal >= 2.2.0.1 && < 2.6
247247 || >= 3.0 && < 3.7 ,
You can’t perform that action at this time.
0 commit comments