commit:     48c4969beb97ebe761702b0a0c6998e2501769ae
Author:     hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Sun Nov 12 23:57:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 18:32:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c4969b

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 <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to