dev-haskell/binary: 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:
hololeap
2023-11-12 13:06:25 -07:00
committed by Sam James
parent cb34c2ca17
commit 09baa9a415

View File

@@ -24,7 +24,7 @@ KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
RESTRICT=test # circular depend: test-framework->base-orphans->cabal->semigroups->nats->binary
RDEPEND="
>=dev-lang/ghc-8.10.6:=
>=dev-lang/ghc-8.10.6:= <dev-lang/ghc-9.1
"
DEPEND="${RDEPEND}
"