From 0f3e16daffea530fb17c4a49e69c4404a9e92521 Mon Sep 17 00:00:00 2001 From: hololeap Date: Sat, 11 Nov 2023 08:35:33 -0700 Subject: [PATCH] dev-haskell/conduit: Add upper bound to ghc dep conduit-1.3.4.2 will not build on >=ghc-9.2, leading to various type errors. Signed-off-by: hololeap Signed-off-by: Sam James --- dev-haskell/conduit/conduit-1.3.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/conduit/conduit-1.3.4.2.ebuild b/dev-haskell/conduit/conduit-1.3.4.2.ebuild index 387f2ef974040..eada6d7aee07f 100644 --- a/dev-haskell/conduit/conduit-1.3.4.2.ebuild +++ b/dev-haskell/conduit/conduit-1.3.4.2.ebuild @@ -24,7 +24,7 @@ RDEPEND="dev-haskell/exceptions:=[profile?] dev-haskell/text:=[profile?] dev-haskell/unliftio-core:=[profile?] dev-haskell/vector:=[profile?] - >=dev-lang/ghc-8.6.3:= + >=dev-lang/ghc-8.6.3:=