diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-08 19:16:07 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-08 19:16:07 +0100 |
commit | ae23849754c4bb9b87bcf94377509472f86b6180 (patch) | |
tree | 9282ea9f2cf9985face37a10317ffc68c565680b /dev-haskell/edit-distance | |
parent | dev-haskell/easy-file: drop old (diff) | |
download | gentoo-ae23849754c4bb9b87bcf94377509472f86b6180.tar.gz gentoo-ae23849754c4bb9b87bcf94377509472f86b6180.tar.bz2 gentoo-ae23849754c4bb9b87bcf94377509472f86b6180.zip |
dev-haskell/edit-distance: 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/edit-distance')
-rw-r--r-- | dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-haskell/edit-distance/metadata.xml | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild b/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild index 568102a4434a..30e1b8aee32d 100644 --- a/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild +++ b/dev-haskell/edit-distance/edit-distance-0.2.2.1-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.4.5.9999 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal @@ -28,6 +28,8 @@ DEPEND="${RDEPEND} " src_prepare() { + default + cabal_chdeps \ 'QuickCheck >= 2.4 && <2.9' 'QuickCheck >= 2.4' } diff --git a/dev-haskell/edit-distance/metadata.xml b/dev-haskell/edit-distance/metadata.xml index a2d0a723f92f..b7878815d80d 100644 --- a/dev-haskell/edit-distance/metadata.xml +++ b/dev-haskell/edit-distance/metadata.xml @@ -5,10 +5,4 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - Optimized edit distances for fuzzy matching, including Levenshtein and restricted Damerau-Levenshtein algorithms. - </longdescription> - <upstream> - <remote-id type="github">batterseapower/edit-distance</remote-id> - </upstream> </pkgmetadata> |