dev-haskell/missingh: 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:33:55 -06:00
committed by Sam James
parent 0ec7ebf83f
commit 5b52f9c02d

View File

@@ -41,12 +41,10 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
src_prepare() {
default
cabal_chdeps \
'base >= 4.5.0.0 && < 4.15' 'base >= 4.5.0.0' \
'random >= 1.0.1.1 && < 1.2' 'random'
}
CABAL_CHDEPS=(
'base >= 4.5.0.0 && < 4.15' 'base >= 4.5.0.0'
'random >= 1.0.1.1 && < 1.2' 'random'
)
src_configure() {
haskell-cabal_src_configure \