summaryrefslogtreecommitdiff
path: root/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild')
-rw-r--r--dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild b/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild
index 709c1d605f2d..9957997ddc4c 100644
--- a/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild
+++ b/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild
@@ -26,10 +26,7 @@ DEPEND="${RDEPEND}
dev-haskell/void )
"
-src_prepare() {
- default
-
- cabal_chdeps \
- 'base >= 4.7 && < 4.11' 'base >= 4.7' \
- 'exceptions >= 0.8 && < 0.9' 'exceptions >= 0.8'
-}
+CABAL_CHDEPS=(
+ 'base >= 4.7 && < 4.11' 'base >= 4.7'
+ 'exceptions >= 0.8 && < 0.9' 'exceptions >= 0.8'
+)