diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-12 16:50:29 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:39 +0000 |
commit | 0f9660160c5f5eaf11329ecd29d4539333b76efa (patch) | |
tree | 7942e847885405e60ea88cf05ed3e2d05146f267 /dev-haskell | |
parent | dev-haskell/cryptohash-md5: update upstream metadata (diff) | |
download | gentoo-0f9660160c5f5eaf11329ecd29d4539333b76efa.tar.gz gentoo-0f9660160c5f5eaf11329ecd29d4539333b76efa.tar.bz2 gentoo-0f9660160c5f5eaf11329ecd29d4539333b76efa.zip |
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@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/xml-hamlet/xml-hamlet-0.5.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |