diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-14 02:42:01 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-14 02:42:01 +0800 |
commit | 9fc2a94baed6dc0e45737cb14062b354832a8b3e (patch) | |
tree | a1d422417a6316294afb511e08baba2330d268f5 /textproc/Makefile | |
parent | 32c9d55bc038c14f41dc85b68356a71e01849079 (diff) | |
download | freebsd-ports-gnome-9fc2a94baed6dc0e45737cb14062b354832a8b3e.tar.gz freebsd-ports-gnome-9fc2a94baed6dc0e45737cb14062b354832a8b3e.tar.zst freebsd-ports-gnome-9fc2a94baed6dc0e45737cb14062b354832a8b3e.zip |
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
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 |