dev-haskell/old-time: tweak for ghc-8.0
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 16 Jan 2016 18:54:32 +0000 (18:54 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 16 Jan 2016 19:42:39 +0000 (19:42 +0000)
Package-Manager: portage-2.2.26

dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild

index 67e38c2a9f83cd29262ff182fe1a78e348f41fb7..76942146740b831f4474959c9a2bf67f5a998319 100644 (file)
@@ -27,3 +27,8 @@ DEPEND="${RDEPEND}
 
 # it's not quite true, but there was no major releases
 CABAL_CORE_LIB_GHC_PV="6.12.* 7.0.* 7.2.* 7.4.* 7.6.* 7.8.*"
+
+src_prepare() {
+       cabal_chdeps \
+               'base       >= 4.7 && < 4.9' 'base       >= 4.7'
+}