From 820e6ef87081cd72e4bfa4dc9a644abceaf1bfad Mon Sep 17 00:00:00 2001 From: hololeap Date: Sun, 12 Nov 2023 13:09:20 -0700 Subject: [PATCH] dev-haskell/stm: Add upper bound to ghc dep People really shouldn't be installing different versions of this package than the one that comes bundled with GHC. This package exists for historical reasons and will be removed in the future. See: https://github.com/gentoo-haskell/gentoo-haskell/issues/1386 Signed-off-by: hololeap Signed-off-by: Sam James --- dev-haskell/stm/stm-2.5.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/stm/stm-2.5.0.1-r1.ebuild b/dev-haskell/stm/stm-2.5.0.1-r1.ebuild index fe9afffd95d7e..8119160c28999 100644 --- a/dev-haskell/stm/stm-2.5.0.1-r1.ebuild +++ b/dev-haskell/stm/stm-2.5.0.1-r1.ebuild @@ -21,7 +21,7 @@ CABAL_CHDEPS=( ) RDEPEND=" - >=dev-lang/ghc-8.10.6:= + >=dev-lang/ghc-8.10.6:=