diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-11 21:54:23 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:35 +0000 |
commit | 9f34f23e793b6c0c42c667986d99449617190fd7 (patch) | |
tree | be0b8e04b8ff9d348d5563fdc11826109f5f8219 /dev-haskell/bloomfilter | |
parent | dev-haskell/shelly: update upstream metadata (diff) | |
download | gentoo-9f34f23e793b6c0c42c667986d99449617190fd7.tar.gz gentoo-9f34f23e793b6c0c42c667986d99449617190fd7.tar.bz2 gentoo-9f34f23e793b6c0c42c667986d99449617190fd7.zip |
dev-haskell/bloomfilter: Add upper bound to ghc dep
bloomfilter-2.0.1.0 will not build on >=ghc-9.2 without a patch.
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/bloomfilter')
-rw-r--r-- | dev-haskell/bloomfilter/bloomfilter-2.0.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/bloomfilter/bloomfilter-2.0.1.0.ebuild b/dev-haskell/bloomfilter/bloomfilter-2.0.1.0.ebuild index 1120a7e9a587..bce47d8d507f 100644 --- a/dev-haskell/bloomfilter/bloomfilter-2.0.1.0.ebuild +++ b/dev-haskell/bloomfilter/bloomfilter-2.0.1.0.ebuild @@ -17,7 +17,7 @@ SLOT="0/${PV}" KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux" IUSE="" -RDEPEND=">=dev-lang/ghc-7.4.1:= +RDEPEND=">=dev-lang/ghc-7.4.1:= <dev-lang/ghc-9.1 " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 |