dev-haskell/chell: 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 19:52:43 -06:00
committed by Sam James
parent 61e70a39b3
commit e312ed9948

View File

@@ -28,11 +28,9 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
"
src_prepare() {
cabal_chdeps \
'ansi-terminal >= 0.5 && < 0.8' 'ansi-terminal >= 0.5'
default
}
CABAL_CHDEPS=(
'ansi-terminal >= 0.5 && < 0.8' 'ansi-terminal >= 0.5'
)
src_configure() {
haskell-cabal_src_configure \