summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-11-12 13:06:25 -0700
committerSam James <sam@gentoo.org>2023-11-19 18:32:37 +0000
commit09baa9a415f111ae69f8db9910125cec37d1938e (patch)
tree02ceead3aeabbace6d7fd245061e8cb749844b40 /dev-haskell
parentdev-haskell/text: drop 1.2.4.1-r1 (diff)
downloadgentoo-09baa9a415f111ae69f8db9910125cec37d1938e.tar.gz
gentoo-09baa9a415f111ae69f8db9910125cec37d1938e.tar.bz2
gentoo-09baa9a415f111ae69f8db9910125cec37d1938e.zip
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>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/binary/binary-0.8.8.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 e58612f680b7..a83a9c106765 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:= <dev-lang/ghc-9.1
"
DEPEND="${RDEPEND}
"