summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/hastache')
-rw-r--r--dev-haskell/hastache/hastache-0.6.1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-haskell/hastache/hastache-0.6.1.ebuild b/dev-haskell/hastache/hastache-0.6.1.ebuild
index eaecbcf42176..f993c951f40b 100644
--- a/dev-haskell/hastache/hastache-0.6.1.ebuild
+++ b/dev-haskell/hastache/hastache-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -32,3 +32,8 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/hunit )
"
+
+src_prepare() {
+ cabal_chdeps \
+ 'base >=4 && <4.9' 'base >=4'
+}