From 1b9f79fb425150eefd52b768be2af1d95a3acb5a Mon Sep 17 00:00:00 2001 From: hololeap Date: Sat, 11 Nov 2023 10:10:46 -0700 Subject: [PATCH] dev-haskell/cryptonite: Add upper bound to ghc dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Sam James --- dev-haskell/cryptonite/cryptonite-0.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/cryptonite/cryptonite-0.28.ebuild b/dev-haskell/cryptonite/cryptonite-0.28.ebuild index af3cb754b8e90..618c5f1e6b33c 100644 --- a/dev-haskell/cryptonite/cryptonite-0.28.ebuild +++ b/dev-haskell/cryptonite/cryptonite-0.28.ebuild @@ -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:=