diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-01-30 07:30:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-03 04:33:07 +0700 |
commit | 05d0fdb5902dbe686b82c53b93be3f355dc5f6c9 (patch) | |
tree | 130c638fab72cf0e6c524970ffee85297a01b9a6 /haskell/haskell-stringsearch/README | |
parent | e0a96d4f47fae7dc5dfe3391639eba73028d5888 (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/README | 7 |
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 |