mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-haskell/mono-traversable: Add upper bound to ghc dep
mono-traversable-1.0.15.1 will not build on >=ghc-9.2, leading to
errors such as:
Module ‘Data.Semigroup’ does not export ‘Option(..)’
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -23,7 +23,7 @@ RDEPEND="dev-haskell/hashable:=[profile?]
|
||||
>=dev-haskell/unordered-containers-0.2:=[profile?]
|
||||
>=dev-haskell/vector-0.10:=[profile?]
|
||||
>=dev-haskell/vector-algorithms-0.6:=[profile?]
|
||||
>=dev-lang/ghc-8.2.1:=
|
||||
>=dev-lang/ghc-8.2.1:= <dev-lang/ghc-9.1
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-2.0.0.2
|
||||
|
||||
Reference in New Issue
Block a user