diff options
author | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-11-02 01:32:14 +0000 |
---|---|---|
committer | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-11-02 01:32:14 +0000 |
commit | 6c8915f3688f5916b4b403a42802a159ae964136 (patch) | |
tree | 040073138d13ada38b45f5956734b678b4f94a1d /textproc/Makefile | |
parent | da0e1e77c6540fc4eb79e74a34ceacebefd59484 (diff) |
This library provides Boyer-Moore and Knuth-Morris-Pratt string search
implementations for Haskell bytestrings (with support for all strict and
lazy ByteString permutations).
WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stringsearch
Submitted by: sbahra on EFnet #bsdports
Notes
Notes:
svn path=/head/; revision=222316
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ad2dbfd06657..878eac974940 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -206,6 +206,7 @@ SUBDIR += hil-aspell SUBDIR += hr-aspell SUBDIR += hs-haxml + SUBDIR += hs-stringsearch SUBDIR += hsb-aspell SUBDIR += htdig SUBDIR += html |