From e4bf95920a9bbcb5b6ac3715282c69f612137156 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 25 Jul 2022 00:26:43 +0200 Subject: 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 --- utils/ghc-cabal/ghc-cabal.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/ghc-cabal') 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 -- cgit v1.2.1