summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-05-10 22:03:52 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-05-11 09:48:03 +0100
commit4383962f32d188a0f0f88cbc37a4126caa048c57 (patch)
tree253da661b94b399c5d77531e731578576518e4f8 /dev-haskell/sandi
parentdev-haskell/shelly: bump up to 1.6.6 (diff)
downloadgentoo-4383962f32d188a0f0f88cbc37a4126caa048c57.tar.gz
gentoo-4383962f32d188a0f0f88cbc37a4126caa048c57.tar.bz2
gentoo-4383962f32d188a0f0f88cbc37a4126caa048c57.zip
dev-haskell/sandi: allow ghc-8
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/sandi')
-rw-r--r--dev-haskell/sandi/sandi-0.3.6.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-haskell/sandi/sandi-0.3.6.ebuild b/dev-haskell/sandi/sandi-0.3.6.ebuild
index c1c26058a660..7967cd86fced 100644
--- a/dev-haskell/sandi/sandi-0.3.6.ebuild
+++ b/dev-haskell/sandi/sandi-0.3.6.ebuild
@@ -31,6 +31,11 @@ DEPEND="${RDEPEND}
dev-haskell/tasty-th )
"
+src_prepare() {
+ cabal_chdeps \
+ 'base >= 4.7 && <4.9' 'base >= 4.7'
+}
+
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag with-conduit with-conduit)