summaryrefslogtreecommitdiff
path: root/dev-haskell/http-media/http-media-0.8.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/http-media/http-media-0.8.0.0.ebuild')
-rw-r--r--dev-haskell/http-media/http-media-0.8.0.0.ebuild15
1 files changed, 6 insertions, 9 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 f29fb0e81602..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
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
# ebuild generated by hackport 0.6.9999
@@ -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'
+)