dev-haskell/adjunctions: Migrate to CABAL_CHDEPS (v4.4)

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-03 16:41:12 -06:00 committed by Sam James
parent 2cf5b12579
commit 55a2b8d666
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 3 additions and 6 deletions

View File

@ -36,9 +36,6 @@ DEPEND="${RDEPEND}
>=dev-haskell/hspec-2 <dev-haskell/hspec-3 )
"
src_prepare() {
default
cabal_chdeps \
'containers >= 0.3 && < 0.6' 'containers >= 0.3'
}
CABAL_CHDEPS=(
'containers >= 0.3 && < 0.6' 'containers >= 0.3'
)