dev-haskell/hpc: allow ghc-7.10.3, bug #577616

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/577616

Package-Manager: portage-2.2.28
This commit is contained in:
Sergei Trofimovich
2016-03-17 22:14:59 +00:00
parent 965d41cfd5
commit c0ed8ffece

View File

@@ -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'
}