dev-haskell/splitmix: Loosen constraint on base

This allows splitmix-0.1.0.3 to be built on newer GHC

Closes: https://bugs.gentoo.org/916617
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap
2023-11-04 15:01:12 -06:00
committed by Sam James
parent 230e590ee1
commit fc976f57f3

View File

@@ -19,6 +19,10 @@ IUSE="optimised-mixer"
RESTRICT=test # circular deps: dev-haskell/splitmix[test]->dev-haskell/base-compat-batteries->dev-haskell/quickcheck->dev-haskell/splitmix
CABAL_CHDEPS=(
'base >=4.3 && <4.16' 'base >=4.3'
)
RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}