commit: 0f9660160c5f5eaf11329ecd29d4539333b76efa
Author: hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Sun Nov 12 23:50:29 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=0f966016
dev-haskell/xml-hamlet: Add upper bound to ghc dep
xml-hamlet-0.5.0.1 will not build on >=ghc-9.2, leading to errors such
as:
Couldn't match type ‘Pat’ with ‘Type’
Signed-off-by: hololeap <hololeap <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-haskell/xml-hamlet/xml-hamlet-0.5.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-haskell/xml-hamlet/xml-hamlet-0.5.0.1.ebuild
b/dev-haskell/xml-hamlet/xml-hamlet-0.5.0.1.ebuild
index a5d0cb7ab77d..61623426f704 100644
--- a/dev-haskell/xml-hamlet/xml-hamlet-0.5.0.1.ebuild
+++ b/dev-haskell/xml-hamlet/xml-hamlet-0.5.0.1.ebuild
@@ -21,7 +21,7 @@ RDEPEND=">=dev-haskell/parsec-2.0:=[profile?]
<dev-haskell/parsec-3.2:=[profile?
>=dev-haskell/shakespeare-1.0:=[profile?]
<dev-haskell/shakespeare-2.2:=[profile?]
>=dev-haskell/text-0.10:=[profile?]
>=dev-haskell/xml-conduit-1.0:=[profile?]
- >=dev-lang/ghc-7.4.1:=
+ >=dev-lang/ghc-7.4.1:= <dev-lang/ghc-9.1
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8