projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
535a199
)
dev-haskell/sandi: allow ghc-8
author
Sergei Trofimovich
<slyfox@gentoo.org>
Tue, 10 May 2016 21:03:52 +0000
(22:03 +0100)
committer
Sergei Trofimovich
<slyfox@gentoo.org>
Wed, 11 May 2016 08:48:03 +0000
(09:48 +0100)
Package-Manager: portage-2.2.28
dev-haskell/sandi/sandi-0.3.6.ebuild
patch
|
blob
|
history
diff --git
a/dev-haskell/sandi/sandi-0.3.6.ebuild
b/dev-haskell/sandi/sandi-0.3.6.ebuild
index c1c26058a660b81fb584a8b64b0ac28bfb48f73d..7967cd86fced16fd61c930067d37670b7211e8b0 100644
(file)
--- 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)