From b7411196b11ea4bd3b595ac82d49fcad6db856ed Mon Sep 17 00:00:00 2001 From: hololeap Date: Fri, 17 Nov 2023 18:44:44 -0700 Subject: [PATCH] dev-haskell/hspec-wai: Add upper bound to ghc dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hspec-wai-0.10.1 will not build on >=ghc-9.2, leading to errors: Could not find module ‘Data.ByteString.Lazy.Builder’ Signed-off-by: hololeap Signed-off-by: Sam James --- dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild b/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild index 161cfda69aa40..34e0f38034332 100644 --- a/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild +++ b/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild @@ -26,7 +26,7 @@ RDEPEND="dev-haskell/base-compat:=[profile?] dev-haskell/text:=[profile?] >=dev-haskell/wai-3:=[profile?] >=dev-haskell/wai-extra-3:=[profile?] - >=dev-lang/ghc-7.8.2:= + >=dev-lang/ghc-7.8.2:=