dev-haskell/ghc-byteorder: 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:03:55 -06:00 committed by Sam James
parent 07bbdf9f3b
commit ceb02fe312
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 3 additions and 6 deletions

View File

@ -23,9 +23,6 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
"
src_prepare() {
default
cabal_chdeps \
'base >=4.11 && <4.15' 'base >=4.11'
eapply_user
}
CABAL_CHDEPS=(
'base >=4.11 && <4.15' 'base >=4.11'
)