summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-07-25 00:26:43 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-07-25 09:47:01 -0400
commite4bf95920a9bbcb5b6ac3715282c69f612137156 (patch)
treecf556a9769d70216ee55dff30761b2495439485a
parent79f1b0219f5c00f5c8eb7884bd33993bd98680a0 (diff)
downloadhaskell-e4bf95920a9bbcb5b6ac3715282c69f612137156.tar.gz
ghc-cabal: allow Cabal 3.8 to unbreak make build
When bootstrapping GHC 9.4.*, the build will fail when configuring ghc-cabal as part of the make based build system due to this upper bound, as Cabal has been updated to a 3.8 release. Reference #21914, see especially https://gitlab.haskell.org/ghc/ghc/-/issues/21914#note_444699
-rw-r--r--utils/ghc-cabal/ghc-cabal.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ghc-cabal/ghc-cabal.cabal b/utils/ghc-cabal/ghc-cabal.cabal
index 537b5e357b..d0bacd388c 100644
--- a/utils/ghc-cabal/ghc-cabal.cabal
+++ b/utils/ghc-cabal/ghc-cabal.cabal
@@ -21,7 +21,7 @@ Executable ghc-cabal
Build-Depends: base >= 3 && < 5,
bytestring >= 0.10 && < 0.12,
- Cabal >= 3.7 && < 3.8,
- Cabal-syntax >= 3.7 && < 3.8,
+ Cabal >= 3.7 && < 3.9,
+ Cabal-syntax >= 3.7 && < 3.9,
directory >= 1.1 && < 1.4,
filepath >= 1.2 && < 1.5