mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-haskell/setlocale: 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.16.0
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
cabal_chdeps \
|
||||
'base >=4.6 && <4.14' 'base >=4.6'
|
||||
}
|
||||
CABAL_CHDEPS=(
|
||||
'base >=4.6 && <4.14' 'base >=4.6'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user