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:
hololeap
2023-10-05 23:43:51 -06:00
committed by Sam James
parent 660fa50c2a
commit b0bb5ce880

View File

@@ -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'
)