From 430b2f475c1a619383345123cff2ba9467f0a398 Mon Sep 17 00:00:00 2001 From: Mikolaj Konarski Date: Sat, 20 Jun 2026 11:44:58 +0200 Subject: [PATCH] Update Cabal and Cabal-syntax bounds to permit cabal 3.18 --- example-client/example-client.cabal | 2 +- hackage-repo-tool/hackage-repo-tool.cabal | 2 +- hackage-security/hackage-security.cabal | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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,