From 09baa9a415f111ae69f8db9910125cec37d1938e Mon Sep 17 00:00:00 2001 From: hololeap Date: Sun, 12 Nov 2023 13:06:25 -0700 Subject: [PATCH] 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 Signed-off-by: Sam James --- dev-haskell/binary/binary-0.8.8.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/binary/binary-0.8.8.0-r1.ebuild b/dev-haskell/binary/binary-0.8.8.0-r1.ebuild index e58612f680b79..a83a9c106765d 100644 --- a/dev-haskell/binary/binary-0.8.8.0-r1.ebuild +++ b/dev-haskell/binary/binary-0.8.8.0-r1.ebuild @@ -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:=