diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-04 11:50:08 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-04 12:00:27 +0100 |
commit | 749ac2598122bf1c6826b51426b2af18ece60166 (patch) | |
tree | b1f28f72648f20e3224741fe0f1fcf93ccf3f482 /dev-haskell | |
parent | dev-haskell/crypto-cipher-types: update to EAPI=7 (diff) | |
download | gentoo-749ac2598122bf1c6826b51426b2af18ece60166.tar.gz gentoo-749ac2598122bf1c6826b51426b2af18ece60166.tar.bz2 gentoo-749ac2598122bf1c6826b51426b2af18ece60166.zip |
dev-haskell/crypto-api-tests: 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')
-rw-r--r-- | dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild | 10 | ||||
-rw-r--r-- | dev-haskell/crypto-api-tests/metadata.xml | 7 |
2 files changed, 5 insertions, 12 deletions
diff --git a/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild b/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild index 4246b77e8b5c..3a97aada6a03 100644 --- a/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild +++ b/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# 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.6.9999 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal @@ -24,8 +24,8 @@ RDEPEND="dev-haskell/cereal:=[profile?] >=dev-haskell/test-framework-0.4:=[profile?] >=dev-haskell/test-framework-hunit-0.2:=[profile?] >=dev-haskell/test-framework-quickcheck2-0.3:=[profile?] - >=dev-lang/ghc-6.12.1:= + >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8.0.2 + >=dev-haskell/cabal-1.6 " diff --git a/dev-haskell/crypto-api-tests/metadata.xml b/dev-haskell/crypto-api-tests/metadata.xml index d327429f980e..b7878815d80d 100644 --- a/dev-haskell/crypto-api-tests/metadata.xml +++ b/dev-haskell/crypto-api-tests/metadata.xml @@ -5,11 +5,4 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - A test framework for hash and cipher operations using - the crypto-api interface. Known answer tests (KATs) - for common cryptographic algorithms are included. - Patches welcome (both adding KATs for more algorithms - or property tests for classes of algorithms). - </longdescription> </pkgmetadata> |