summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild')
-rw-r--r--dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild
index 1f77320ed770..8ff876591ea2 100644
--- a/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild
+++ b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild
@@ -25,10 +25,7 @@ DEPEND="${RDEPEND}
test? ( dev-haskell/data-default )
"
-src_prepare() {
- default
-
- cabal_chdeps \
- 'base >= 4.5 && < 4.14' 'base >= 4.5' \
- 'template-haskell >= 2.5 && <2.16' 'template-haskell >= 2.5'
-}
+CABAL_CHDEPS=(
+ 'base >= 4.5 && < 4.14' 'base >= 4.5'
+ 'template-haskell >= 2.5 && <2.16' 'template-haskell >= 2.5'
+)