diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-06 00:25:54 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:13:31 +0100 |
commit | 84de1b5ef05db0bf2bdb11ff295e525c1ca24068 (patch) | |
tree | 9cfd0ad63c3677e44ee71a08f71a87b7edd9383c /dev-haskell | |
parent | dev-haskell/type-equality: Migrate to CABAL_CHDEPS (diff) | |
download | gentoo-84de1b5ef05db0bf2bdb11ff295e525c1ca24068.tar.gz gentoo-84de1b5ef05db0bf2bdb11ff295e525c1ca24068.tar.bz2 gentoo-84de1b5ef05db0bf2bdb11ff295e525c1ca24068.zip |
dev-haskell/wai-app-static: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/wai-app-static/wai-app-static-3.1.7.2-r1.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-haskell/wai-app-static/wai-app-static-3.1.7.2-r1.ebuild b/dev-haskell/wai-app-static/wai-app-static-3.1.7.2-r1.ebuild index 76523567be57..d0cd4c75f305 100644 --- a/dev-haskell/wai-app-static/wai-app-static-3.1.7.2-r1.ebuild +++ b/dev-haskell/wai-app-static/wai-app-static-3.1.7.2-r1.ebuild @@ -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 \ |