summaryrefslogtreecommitdiff
path: root/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild')
-rw-r--r--dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild b/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild
index e920b5151ce5..934de12c6e19 100644
--- a/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild
+++ b/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild
@@ -30,9 +30,6 @@ DEPEND="${RDEPEND}
dev-haskell/tasty-hunit )
"
-src_prepare() {
- default
-
- cabal_chdeps \
- 'base >= 4.8 && < 4.13' 'base >= 4.8'
-}
+CABAL_CHDEPS=(
+ 'base >= 4.8 && < 4.13' 'base >= 4.8'
+)