dev-haskell/old-time: 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:07:09 -06:00 committed by Sam James
parent cf28158e4f
commit d8a72cb6a1
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 3 additions and 5 deletions

View File

@ -27,8 +27,6 @@ DEPEND="${RDEPEND}
# it's not quite true, but there was no major releases
CABAL_CORE_LIB_GHC_PV="6.12.* 7.0.* 7.2.* 7.4.* 7.6.* 7.8.*"
src_prepare() {
default
cabal_chdeps \
'base >= 4.7 && < 4.9' 'base >= 4.7'
}
CABAL_CHDEPS=(
'base >= 4.7 && < 4.9' 'base >= 4.7'
)