commit: 24b020887ba58e01c2e543a7767c498f421879d9
Author: hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Wed Nov 15 23:58:23 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 18:32:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b02088
dev-haskell/juicypixels: Loosen constraint on bytestring
This allows juicypixels-3.3.5 to be built on newer GHC
Signed-off-by: hololeap <hololeap <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-haskell/juicypixels/juicypixels-3.3.5.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-haskell/juicypixels/juicypixels-3.3.5.ebuild
b/dev-haskell/juicypixels/juicypixels-3.3.5.ebuild
index a9be7e744407..730b4ec64d54 100644
--- a/dev-haskell/juicypixels/juicypixels-3.3.5.ebuild
+++ b/dev-haskell/juicypixels/juicypixels-3.3.5.ebuild
@@ -20,6 +20,10 @@ SLOT="0/${PV}"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="mmap"
+CABAL_CHDEPS=(
+ 'bytestring >= 0.9 && < 0.11' 'bytestring >=0.9'
+)
+
RDEPEND=">=dev-haskell/mtl-1.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/primitive-0.4:=[profile?]
>=dev-haskell/vector-0.10:=[profile?]
<dev-haskell/vector-0.13:=[profile?]