dev-haskell/entropy: Add upper bound to ghc dep

entropy-0.4.1.6 will not build on >=ghc-9.2; errors occur when building
Setup.hs: "Empty 'do' block"

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-11-04 14:53:51 -06:00 committed by Sam James
parent a82e6b057b
commit 230e590ee1
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ SLOT="0/${PV}"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="halvm"
RDEPEND=">=dev-lang/ghc-7.10.1:=
RDEPEND=">=dev-lang/ghc-7.10.1:= <dev-lang/ghc-9.1
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.22.2.0