aboutsummaryrefslogtreecommitdiff
path: root/haskell/haskell-edit-distance/README
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2018-10-26 10:57:35 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-10 07:47:20 +0700
commitd84b96345662d564808babbe090c5e5db217652c (patch)
tree22f1d1565720c753b869ebe074f468f79c7e19cd /haskell/haskell-edit-distance/README
parent5290652302269cfae46925c0f6df6f5bda8d0d91 (diff)
haskell/haskell-edit-distance: Added (Levenshtein edit distances).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-edit-distance/README')
-rw-r--r--haskell/haskell-edit-distance/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-edit-distance/README b/haskell/haskell-edit-distance/README
new file mode 100644
index 000000000000..574230da0aa5
--- /dev/null
+++ b/haskell/haskell-edit-distance/README
@@ -0,0 +1,5 @@
+Optimized edit distances for fuzzy matching, including Levenshtein
+and restricted Damerau-Levenshtein algorithms.
+
+After uninstalling, run this command to unregister the package from
+the ghc package database: ghc-pkg recache