diff options
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 000000000000..aa9074351502 --- /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 |