mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-22 04:19:06 -07:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user