dev-haskell/blaze-builder: Add upper bound to ghc dep

blaze-builder-0.4.2.1 will not build on >=ghc-9.2, leading to errors
such as:

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

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-11-04 19:18:46 -06:00 committed by Sam James
parent 5ba354f90a
commit 5019e3096b
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"
RDEPEND=">=dev-haskell/text-0.10:=[profile?] <dev-haskell/text-1.3:=[profile?]
>=dev-lang/ghc-8.4.3:=
>=dev-lang/ghc-8.4.3:= <dev-lang/ghc-9.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1