mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user