diff --git a/example-client/example-client.cabal b/example-client/example-client.cabal index bbfa78b..d55851e 100644 --- a/example-client/example-client.cabal +++ b/example-client/example-client.cabal @@ -56,7 +56,7 @@ executable example-client ghc-options: -Wall if flag(Cabal-syntax) - build-depends: Cabal-syntax >= 3.7 && < 3.18 + build-depends: Cabal-syntax >= 3.7 && < 3.20 else build-depends: Cabal >= 2.2.0.1 && < 3.7, Cabal-syntax < 3.7 diff --git a/hackage-repo-tool/hackage-repo-tool.cabal b/hackage-repo-tool/hackage-repo-tool.cabal index 49d8728..6bc8ff1 100644 --- a/hackage-repo-tool/hackage-repo-tool.cabal +++ b/hackage-repo-tool/hackage-repo-tool.cabal @@ -80,7 +80,7 @@ executable hackage-repo-tool hackage-security >= 0.6 && < 0.7 if flag(Cabal-syntax) - build-depends: Cabal-syntax >= 3.7 && < 3.18 + build-depends: Cabal-syntax >= 3.7 && < 3.20 else build-depends: Cabal >= 2.2.0.1 && < 2.6 || >= 3.0 && < 3.7, diff --git a/hackage-security/hackage-security.cabal b/hackage-security/hackage-security.cabal index 6e220a9..3edf4c8 100644 --- a/hackage-security/hackage-security.cabal +++ b/hackage-security/hackage-security.cabal @@ -129,7 +129,7 @@ library ghc-prim >= 0.5.2 && < 0.14 if flag(Cabal-syntax) - build-depends: Cabal-syntax >= 3.7 && < 3.18 + build-depends: Cabal-syntax >= 3.7 && < 3.20 else build-depends: Cabal >= 2.2.0.1 && < 2.6 || >= 3.0 && < 3.7, @@ -194,8 +194,8 @@ test-suite TestSuite zlib if flag(Cabal-syntax) - build-depends: Cabal >= 3.7 && < 3.18, - Cabal-syntax >= 3.7 && < 3.18 + build-depends: Cabal >= 3.7 && < 3.20, + Cabal-syntax >= 3.7 && < 3.20 else build-depends: Cabal >= 2.2.0.1 && < 2.6 || >= 3.0 && < 3.7,