diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 13:45:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:51 +0700 |
commit | b43928ebba6955a9dc984a47ebb84391cb70489f (patch) | |
tree | 53dbac7c1918c5b37ab584511b75c1c4e014e72a /haskell/haskell-text-metrics/README | |
parent | 1b47a45cf62af5a877e316ce0d7e6233e862650f (diff) |
haskell/haskell-text-metrics: Added (Calculate string metrics).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-text-metrics/README')
-rw-r--r-- | haskell/haskell-text-metrics/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-text-metrics/README b/haskell/haskell-text-metrics/README new file mode 100644 index 0000000000000..acc225b2276ee --- /dev/null +++ b/haskell/haskell-text-metrics/README @@ -0,0 +1,7 @@ +haskell-text-metrics (Calculate various string metrics efficiently) + +The library provides efficient implementations of various string +metric algorithms. It works with strict Text values. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |