summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-10-04 11:57:26 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-10-04 12:00:36 +0100
commit8053cce060bfa10663c2a36daf99e5907d124831 (patch)
treed6237a2fe7d63c370e78c17f33d49ccbb479d2dc /dev-haskell/curl/curl-1.3.8.ebuild
parentdev-haskell/cryptohash-cryptoapi: update to EAPI=7 (diff)
downloadgentoo-8053cce060bfa10663c2a36daf99e5907d124831.tar.gz
gentoo-8053cce060bfa10663c2a36daf99e5907d124831.tar.bz2
gentoo-8053cce060bfa10663c2a36daf99e5907d124831.zip
dev-haskell/curl: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/curl/curl-1.3.8.ebuild')
-rw-r--r--dev-haskell/curl/curl-1.3.8.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-haskell/curl/curl-1.3.8.ebuild b/dev-haskell/curl/curl-1.3.8.ebuild
index 769be0b85aed..f87b9a2c5847 100644
--- a/dev-haskell/curl/curl-1.3.8.ebuild
+++ b/dev-haskell/curl/curl-1.3.8.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-# ebuild generated by hackport 0.3.9999
+# ebuild generated by hackport 0.6.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
@@ -17,7 +17,9 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-lang/ghc-6.10.4:=
- net-misc/curl"
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+ net-misc/curl
+"
DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
+ >=dev-haskell/cabal-1.6
+"