mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-haskell/split: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -24,9 +24,6 @@ DEPEND="${RDEPEND}
|
||||
test? ( >=dev-haskell/quickcheck-2.4 )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
cabal_chdeps \
|
||||
'base < 4.15' 'base < 5'
|
||||
}
|
||||
CABAL_CHDEPS=(
|
||||
'base < 4.15' 'base < 5'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user