mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-haskell/unliftio-core: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -23,9 +23,6 @@ DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.18.1.3
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
cabal_chdeps \
|
||||
'base >=4.5 && <4.12' 'base >=4.5'
|
||||
}
|
||||
CABAL_CHDEPS=(
|
||||
'base >=4.5 && <4.12' 'base >=4.5'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user