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 <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap
2023-11-11 08:35:33 -07:00
committed by Sam James
parent e033655b0b
commit 0f3e16daff

View File

@@ -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:= <dev-lang/ghc-9.1
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.4.0.1