summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-11-04 15:01:12 -0600
committerSam James <sam@gentoo.org>2023-11-19 18:32:29 +0000
commitfc976f57f33aa165cac7d6ecb181c77aa96d6941 (patch)
tree951522f0d64080ad8cc1762941b4f5d3536dfe81 /dev-haskell/splitmix
parentdev-haskell/entropy: Add upper bound to ghc dep (diff)
downloadgentoo-fc976f57f33aa165cac7d6ecb181c77aa96d6941.tar.gz
gentoo-fc976f57f33aa165cac7d6ecb181c77aa96d6941.tar.bz2
gentoo-fc976f57f33aa165cac7d6ecb181c77aa96d6941.zip
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>
Diffstat (limited to 'dev-haskell/splitmix')
-rw-r--r--dev-haskell/splitmix/splitmix-0.1.0.3.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-haskell/splitmix/splitmix-0.1.0.3.ebuild b/dev-haskell/splitmix/splitmix-0.1.0.3.ebuild
index f1ab5b1ff80f..dfc77b48ea85 100644
--- a/dev-haskell/splitmix/splitmix-0.1.0.3.ebuild
+++ b/dev-haskell/splitmix/splitmix-0.1.0.3.ebuild
@@ -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}