summaryrefslogtreecommitdiff
path: root/dev-haskell/chell/chell-0.4.0.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/chell/chell-0.4.0.2.ebuild')
-rw-r--r--dev-haskell/chell/chell-0.4.0.2.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-haskell/chell/chell-0.4.0.2.ebuild b/dev-haskell/chell/chell-0.4.0.2.ebuild
index 8444a9e32cfa..ca08b3a947e4 100644
--- a/dev-haskell/chell/chell-0.4.0.2.ebuild
+++ b/dev-haskell/chell/chell-0.4.0.2.ebuild
@@ -28,11 +28,9 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
"
-src_prepare() {
- cabal_chdeps \
- 'ansi-terminal >= 0.5 && < 0.8' 'ansi-terminal >= 0.5'
- default
-}
+CABAL_CHDEPS=(
+ 'ansi-terminal >= 0.5 && < 0.8' 'ansi-terminal >= 0.5'
+)
src_configure() {
haskell-cabal_src_configure \