dev-haskell/utf8-light: Add upper bound to ghc dep

utf8-light-0.4.2 will not build on >=ghc-9.2, leading to errors such as:

    Couldn't match expected type ‘Word#’ with actual type
    ‘GHC.Prim.Word32#’

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-11-12 11:00:56 -07:00 committed by Sam James
parent 9f34f23e79
commit 54568b563c
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=""
RDEPEND=">=dev-lang/ghc-7.4.1:=
RDEPEND=">=dev-lang/ghc-7.4.1:= <dev-lang/ghc-9.1
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6