summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-11-12 16:57:24 -0700
committerSam James <sam@gentoo.org>2023-11-19 18:32:39 +0000
commit48c4969beb97ebe761702b0a0c6998e2501769ae (patch)
treed5527e251831b89d99e21e53aecd3a893e9f00f3 /dev-haskell
parentdev-haskell/xml-hamlet: Add upper bound to ghc dep (diff)
downloadgentoo-48c4969beb97ebe761702b0a0c6998e2501769ae.tar.gz
gentoo-48c4969beb97ebe761702b0a0c6998e2501769ae.tar.bz2
gentoo-48c4969beb97ebe761702b0a0c6998e2501769ae.zip
dev-haskell/vector-th-unbox: Add upper bound to ghc dep
vector-th-unbox-0.2.1.7 will not build on >=ghc-9.2, leading to errors such as: Couldn't match type ‘[Pat] -> Pat’ with ‘Pat’ 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/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild
index 4b2513b3ad77..766e7a1673d6 100644
--- a/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild
+++ b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
RDEPEND=">=dev-haskell/vector-0.7.1:=[profile?] <dev-haskell/vector-0.13:=[profile?]
- >=dev-lang/ghc-7.4.1:=
+ >=dev-lang/ghc-7.4.1:= <dev-lang/ghc-9.1
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10