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

memory-0.15.0 will not build on >=ghc-9.2, leading to errors such as:

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

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-11-11 09:24:53 -07:00 committed by Sam James
parent 0f3e16daff
commit 36bbd2d3a3
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
RDEPEND=">=dev-haskell/basement-0.0.7:=[profile?]
>=dev-lang/ghc-8.0.1:=
>=dev-lang/ghc-8.0.1:= <dev-lang/ghc-9.1
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.24.0.0