mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user