summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-05 22:25:39 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:09:29 +0100
commitf0ed50814f0c91908512940ff1892dc1913629c9 (patch)
tree9e0f9be2ae15f662e660489471ddebf50e7d56b2
parentdev-haskell/echo: add 0.1.4-r1 (diff)
downloadgentoo-f0ed50814f0c91908512940ff1892dc1913629c9.tar.gz
gentoo-f0ed50814f0c91908512940ff1892dc1913629c9.tar.bz2
gentoo-f0ed50814f0c91908512940ff1892dc1913629c9.zip
dev-haskell/echo: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-haskell/echo/echo-0.1.3.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-haskell/echo/echo-0.1.3.ebuild b/dev-haskell/echo/echo-0.1.3.ebuild
index bab96c0fc27f..6a5b274cefc7 100644
--- a/dev-haskell/echo/echo-0.1.3.ebuild
+++ b/dev-haskell/echo/echo-0.1.3.ebuild
@@ -24,12 +24,9 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
"
-src_prepare() {
- default
-
- cabal_chdeps \
- 'process >= 1.0.1.1 && < 1.5' 'process >= 1.0.1.1'
-}
+CABAL_CHDEPS=(
+ 'process >= 1.0.1.1 && < 1.5' 'process >= 1.0.1.1'
+)
src_configure() {
haskell-cabal_src_configure \