projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
965d41c
)
dev-haskell/hpc: allow ghc-7.10.3, bug #577616
author
Sergei Trofimovich
<slyfox@gentoo.org>
Thu, 17 Mar 2016 22:14:59 +0000
(22:14 +0000)
committer
Sergei Trofimovich
<slyfox@gentoo.org>
Thu, 17 Mar 2016 22:15:08 +0000
(22:15 +0000)
Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/577616
Package-Manager: portage-2.2.28
dev-haskell/hpc/hpc-0.6.0.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-haskell/hpc/hpc-0.6.0.1.ebuild
b/dev-haskell/hpc/hpc-0.6.0.1.ebuild
index d5ac8745b118c6da61ddffeda34b538d42d4bf0c..d3d5b8d7921b60c93e0c89169232bfd26a84d9e1 100644
(file)
--- a/
dev-haskell/hpc/hpc-0.6.0.1.ebuild
+++ b/
dev-haskell/hpc/hpc-0.6.0.1.ebuild
@@
-24,3
+24,9
@@
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
"
CABAL_CORE_LIB_GHC_PV="7.8.2 7.8.3 7.8.3.20141119 7.8.4"
+
+src_prepare() {
+ cabal_chdeps \
+ 'base >= 4.4.1 && < 4.8' 'base >= 4.4.1' \
+ 'time >= 1.2 && < 1.5' 'time >= 1.2'
+}