dev-haskell/wai-app-static: 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-06 00:25:54 -06:00 committed by Sam James
parent 7c945b5446
commit 84de1b5ef0
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 3 additions and 6 deletions

View File

@ -44,12 +44,9 @@ DEPEND="${RDEPEND}
dev-haskell/temporary )
"
src_prepare() {
default
cabal_chdeps \
'wai-extra >= 3.0 && < 3.1' 'wai-extra >= 3.0'
}
CABAL_CHDEPS=(
'wai-extra >= 3.0 && < 3.1' 'wai-extra >= 3.0'
)
src_configure() {
haskell-cabal_src_configure \