From 1eebb1b9834dc373677477cf2063ace0e7a32348 Mon Sep 17 00:00:00 2001 From: hololeap Date: Fri, 3 Nov 2023 16:55:58 -0600 Subject: dev-haskell/cabal: Add upper bound to ghc deps Old versions of Cabal will not build on new versions of GHC, and will give rise to this error if you try: Unknown/unsupported 'ghc' version detected (Cabal 3.0 supports 'ghc' version < 9.1): /usr/bin/ghc is version 9.2.8 (In reality, despite the contents of the error message, Cabal-3.4 supports Signed-off-by: Sam James --- dev-haskell/cabal/cabal-3.6.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-haskell/cabal/cabal-3.6.3.0.ebuild') diff --git a/dev-haskell/cabal/cabal-3.6.3.0.ebuild b/dev-haskell/cabal/cabal-3.6.3.0.ebuild index 65f9f2dbf9f7..ecf27935c764 100644 --- a/dev-haskell/cabal/cabal-3.6.3.0.ebuild +++ b/dev-haskell/cabal/cabal-3.6.3.0.ebuild @@ -21,7 +21,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" - >=dev-lang/ghc-9.2.4:= + >=dev-lang/ghc-9.2.4:=