aboutsummaryrefslogtreecommitdiff
path: root/haskell/haskell-stringsearch/README
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2017-01-30 07:30:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-03 04:33:07 +0700
commit05d0fdb5902dbe686b82c53b93be3f355dc5f6c9 (patch)
tree130c638fab72cf0e6c524970ffee85297a01b9a6 /haskell/haskell-stringsearch/README
parente0a96d4f47fae7dc5dfe3391639eba73028d5888 (diff)
haskell/haskell-stringsearch: Added (search for substrings).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-stringsearch/README')
-rw-r--r--haskell/haskell-stringsearch/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-stringsearch/README b/haskell/haskell-stringsearch/README
new file mode 100644
index 0000000000000..aa90743515025
--- /dev/null
+++ b/haskell/haskell-stringsearch/README
@@ -0,0 +1,7 @@
+This package provides several functions to quickly search for substrings
+in strict or lazy ByteStrings. It also provides functions for breaking
+or splitting on substrings and replacing all occurrences of a substring
+(the first in case of overlaps) with another.
+
+After uninstalling, run this command to unregister the package from the
+ghc package database: ghc-pkg recache