summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-10-08 08:47:13 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-10-08 08:50:42 +0100
commita4030fca67a625f2dcc60ca64d4b07115a08ce59 (patch)
treea6499bbb403afaa16a91666ad224e6e73a3fb6ee /dev-haskell/digest
parentdev-haskell/dataenc: update to EAPI=7 (diff)
downloadgentoo-a4030fca67a625f2dcc60ca64d4b07115a08ce59.tar.gz
gentoo-a4030fca67a625f2dcc60ca64d4b07115a08ce59.tar.bz2
gentoo-a4030fca67a625f2dcc60ca64d4b07115a08ce59.zip
dev-haskell/digest: 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/digest')
-rw-r--r--dev-haskell/digest/digest-0.0.1.2.ebuild12
-rw-r--r--dev-haskell/digest/metadata.xml5
2 files changed, 7 insertions, 10 deletions
diff --git a/dev-haskell/digest/digest-0.0.1.2.ebuild b/dev-haskell/digest/digest-0.0.1.2.ebuild
index b4c7d1999a00..45b7a198e8d7 100644
--- a/dev-haskell/digest/digest-0.0.1.2.ebuild
+++ b/dev-haskell/digest/digest-0.0.1.2.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 ~amd64-linux ~x86-linux"
IUSE=""
-RDEPEND=">=dev-lang/ghc-6.10.4:=
- sys-libs/zlib"
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+ sys-libs/zlib
+"
DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
+ >=dev-haskell/cabal-1.6
+"
diff --git a/dev-haskell/digest/metadata.xml b/dev-haskell/digest/metadata.xml
index 06e7bab845b7..b7878815d80d 100644
--- a/dev-haskell/digest/metadata.xml
+++ b/dev-haskell/digest/metadata.xml
@@ -5,9 +5,4 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- This package provides efficient cryptographic hash implementations for
- strict and lazy bytestrings. For now, CRC32 and Adler32 are supported;
- they are implemented as FFI bindings to efficient code from zlib.
- </longdescription>
</pkgmetadata>