summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-06 00:15:47 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:13:26 +0100
commitca57c391b4f1ebdceb761c8d88cbf04d590e105b (patch)
tree231d920745d530d1fc39df3ccb89a112e60af28d /dev-haskell
parentdev-haskell/sop-core: Migrate to CABAL_CHDEPS (diff)
downloadgentoo-ca57c391b4f1ebdceb761c8d88cbf04d590e105b.tar.gz
gentoo-ca57c391b4f1ebdceb761c8d88cbf04d590e105b.tar.bz2
gentoo-ca57c391b4f1ebdceb761c8d88cbf04d590e105b.zip
dev-haskell/tasty-rerun: 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/tasty-rerun/tasty-rerun-1.1.18.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-haskell/tasty-rerun/tasty-rerun-1.1.18.ebuild b/dev-haskell/tasty-rerun/tasty-rerun-1.1.18.ebuild
index 1d083190604c..6396f90026b0 100644
--- a/dev-haskell/tasty-rerun/tasty-rerun-1.1.18.ebuild
+++ b/dev-haskell/tasty-rerun/tasty-rerun-1.1.18.ebuild
@@ -29,8 +29,6 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
"
-src_prepare() {
- default
- cabal_chdeps \
- 'base >=4.6 && <4.15' 'base >=4.6'
-}
+CABAL_CHDEPS=(
+ 'base >=4.6 && <4.15' 'base >=4.6'
+)