diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-08-13 18:42:01 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-08-13 18:42:01 +0000 |
commit | 690407d24c377eba63be5cf93fc397cdd531f590 (patch) | |
tree | a0989bd06b1ca11da648c9fee86070b1fadd6e00 /textproc/Makefile | |
parent | 161cdfdab6282153e7bacf6e5476860865f4052e (diff) |
A fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
formats.
WWW: http://hackage.haskell.org/package/attoparsec
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=279623
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 c29873318073..ab109abaf893 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -232,6 +232,7 @@ SUBDIR += hr-aspell SUBDIR += hs-Diff SUBDIR += hs-HaXml + SUBDIR += hs-attoparsec SUBDIR += hs-bytestring-csv SUBDIR += hs-case-insensitive SUBDIR += hs-citeproc-hs |