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

charset-0.3.7.1 will not build on >=ghc-9.2

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

View File

@ -19,7 +19,7 @@ IUSE=""
RDEPEND=">=dev-haskell/semigroups-0.8.3.1:=[profile?] <dev-haskell/semigroups-1:=[profile?]
>=dev-haskell/unordered-containers-0.1.4.6:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
>=dev-lang/ghc-7.4.1:=
>=dev-lang/ghc-7.4.1:= <dev-lang/ghc-9.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6