mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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 <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -21,7 +21,7 @@ CABAL_CHDEPS=(
|
||||
)
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/ghc-8.10.6:=
|
||||
>=dev-lang/ghc-8.10.6:= <dev-lang/ghc-9.1
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-2.2.0.1
|
||||
|
||||
Reference in New Issue
Block a user