diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 16:00:42 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 16:04:54 +0100 |
commit | 6ed72d6aa99cbcf8491fa0d14645a692a5023f20 (patch) | |
tree | 3afc468e0016eafc52361e384a44d6a68e68757a /dev-haskell/edit-distance | |
parent | dev-haskell/edisonapi: drop old (diff) | |
download | gentoo-6ed72d6aa99cbcf8491fa0d14645a692a5023f20.tar.gz gentoo-6ed72d6aa99cbcf8491fa0d14645a692a5023f20.tar.bz2 gentoo-6ed72d6aa99cbcf8491fa0d14645a692a5023f20.zip |
dev-haskell/edit-distance: drop old
Package-Manager: Portage-3.0.6, 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.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-haskell/edit-distance/edit-distance-0.2.2.1.ebuild b/dev-haskell/edit-distance/edit-distance-0.2.2.1.ebuild deleted file mode 100644 index e7d0f8260dcc..000000000000 --- a/dev-haskell/edit-distance/edit-distance-0.2.2.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Levenshtein and restricted Damerau-Levenshtein edit distances" -HOMEPAGE="https://github.com/phadej/edit-distance" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="" - -RDEPEND=">=dev-haskell/random-1.0:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 - test? ( >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.9 - >=dev-haskell/test-framework-0.1.1 - dev-haskell/test-framework-quickcheck2 ) -" |