summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-06 00:03:17 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:10:50 +0100
commit07bbdf9f3bc772a3ec94eda8f2a445a43e269061 (patch)
tree124db68b013ef74f37fd25ae34551d6e7465b4d1 /dev-haskell
parent*/*: Update EAPI to 8 for haskell packages (diff)
downloadgentoo-07bbdf9f3bc772a3ec94eda8f2a445a43e269061.tar.gz
gentoo-07bbdf9f3bc772a3ec94eda8f2a445a43e269061.tar.bz2
gentoo-07bbdf9f3bc772a3ec94eda8f2a445a43e269061.zip
dev-haskell/edit-distance: 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/edit-distance/edit-distance-0.2.2.1-r1.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild b/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild
index dc80d5f5cc0f..a1a1bdefc150 100644
--- a/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild
+++ b/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild
@@ -27,9 +27,6 @@ DEPEND="${RDEPEND}
dev-haskell/test-framework-quickcheck2 )
"
-src_prepare() {
- default
-
- cabal_chdeps \
- 'QuickCheck >= 2.4 && <2.9' 'QuickCheck >= 2.4'
-}
+CABAL_CHDEPS=(
+ 'QuickCheck >= 2.4 && <2.9' 'QuickCheck >= 2.4'
+)