summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-05 23:46:57 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:10:20 +0100
commit06dcb0d5f21e4d9e58c4e57245ef687e2dc59b5b (patch)
treee2eff1a32bcded53cf85007a5db768764f161715 /dev-haskell
parentdev-haskell/unliftio-core: add 0.2.1.0 (diff)
downloadgentoo-06dcb0d5f21e4d9e58c4e57245ef687e2dc59b5b.tar.gz
gentoo-06dcb0d5f21e4d9e58c4e57245ef687e2dc59b5b.tar.bz2
gentoo-06dcb0d5f21e4d9e58c4e57245ef687e2dc59b5b.zip
dev-haskell/unliftio-core: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-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'
+)