mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
dev-haskell/tasty-rerun: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -29,8 +29,6 @@ DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.18.1.3
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
cabal_chdeps \
|
||||
'base >=4.6 && <4.15' 'base >=4.6'
|
||||
}
|
||||
CABAL_CHDEPS=(
|
||||
'base >=4.6 && <4.15' 'base >=4.6'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user