summaryrefslogtreecommitdiff
path: root/dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild')
-rw-r--r--dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild b/dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild
index 8a2200b358ea..6ae836ac1998 100644
--- a/dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild
+++ b/dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild
@@ -23,9 +23,6 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
"
-src_prepare() {
- default
-
- cabal_chdeps \
- 'base >=4.5 && <4.12' 'base >=4.5'
-}
+CABAL_CHDEPS=(
+ 'base >=4.5 && <4.12' 'base >=4.5'
+)