dev-haskell/test-framework-hunit: 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-06 00:19:40 -06:00 committed by Sam James
parent ca57c391b4
commit dbd45d63ae
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 3 additions and 6 deletions

View File

@ -27,12 +27,9 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"
src_prepare() {
default
cabal_chdeps \
'HUnit >= 1.2 && < 1.4' 'HUnit >= 1.2'
}
CABAL_CHDEPS=(
'HUnit >= 1.2 && < 1.4' 'HUnit >= 1.2'
)
src_configure() {
haskell-cabal_src_configure \