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:
hololeap
2023-11-09 05:18:20 -07:00
committed by Sam James
parent fd2a281ed7
commit e033655b0b

View File

@@ -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