dev-haskell/echo: Migrate to CABAL_CHDEPS

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-05 22:25:39 -06:00 committed by Sam James
parent 8b34964ffc
commit f0ed50814f
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 3 additions and 6 deletions

View File

@ -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 \