summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-stringsearch/README
diff options
context:
space:
mode:
author David Spencer2017-01-30 01:30:00 +0100
committer Willy Sudiarto Raharjo2017-02-02 22:33:07 +0100
commit05d0fdb5902dbe686b82c53b93be3f355dc5f6c9 (patch)
tree130c638fab72cf0e6c524970ffee85297a01b9a6 /haskell/haskell-stringsearch/README
parente0a96d4f47fae7dc5dfe3391639eba73028d5888 (diff)
downloadslackbuilds-05d0fdb5902dbe686b82c53b93be3f355dc5f6c9.tar.gz
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 0000000000..aa90743515
--- /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