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

cryptonite-0.28 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-11 10:10:46 -07:00 committed by Sam James
parent 36bbd2d3a3
commit 1b9f79fb42
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ IUSE="cpu_flags_x86_rdrand cpu_flags_x86_aes cpu_flags_x86_sse cpu_flags_x86_sse
RDEPEND=">=dev-haskell/basement-0.0.6:=[profile?]
>=dev-haskell/memory-0.14.18:=[profile?]
>=dev-lang/ghc-8.4.3:=
>=dev-lang/ghc-8.4.3:= <dev-lang/ghc-9.1
virtual/libc
"
DEPEND="${RDEPEND}