commit: ae661133028e52ada707a8a2408f809dea439d7d
Author: hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Fri Oct 6 06:04:40 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 03:11:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae661133
dev-haskell/http-media: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-haskell/http-media/http-media-0.8.0.0.ebuild | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/dev-haskell/http-media/http-media-0.8.0.0.ebuild
b/dev-haskell/http-media/http-media-0.8.0.0.ebuild
index 3b817529b048..40a9f3cb1d49 100644
--- a/dev-haskell/http-media/http-media-0.8.0.0.ebuild
+++ b/dev-haskell/http-media/http-media-0.8.0.0.ebuild
@@ -29,11 +29,8 @@ DEPEND="${RDEPEND}
"
# https://hackage.haskell.org/package/http-media-0.8.0.0/revisions/
-src_prepare() {
- default
-
- cabal_chdeps \
- 'base >= 4.7 && < 4.13' 'base >= 4.8' \
- 'base >= 4.7 && < 4.13' 'base >= 4.7' \
- 'QuickCheck >= 2.8 && < 2.14' 'QuickCheck >=
2.8'
-}
+CABAL_CHDEPS=(
+ 'base >= 4.7 && < 4.13' 'base >= 4.8'
+ 'base >= 4.7 && < 4.13' 'base >= 4.7'
+ 'QuickCheck >= 2.8 && < 2.14' 'QuickCheck >= 2.8'
+)