diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-14 03:37:58 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-14 03:37:58 +0800 |
commit | 7e8fe78c259fa34ee1f54780e4ac952fad86a43e (patch) | |
tree | 4fb641d871a90cd4bc923f666d282c0aa3e1bd0c /lang | |
parent | f1d3974008af74c0801c1a61bf313165daa988a0 (diff) | |
download | freebsd-ports-graphics-7e8fe78c259fa34ee1f54780e4ac952fad86a43e.tar.gz freebsd-ports-graphics-7e8fe78c259fa34ee1f54780e4ac952fad86a43e.tar.zst freebsd-ports-graphics-7e8fe78c259fa34ee1f54780e4ac952fad86a43e.zip |
A fast parser combinator library, aimed particularly at dealing efficiently
with network protocols and complicated text/binary file formats.
This library is basically a translation of the original attoparsec library
to use text instead of bytestrings.
WWW: http://patch-tag.com/r/felipe/attoparsec-text/home
Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index ea4fab140b8..0b1423e0355 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -20,6 +20,7 @@ ansi-wl-pprint_port= devel/hs-ansi-wl-pprint arrows_port= devel/hs-arrows attoparsec_port= textproc/hs-attoparsec attoparsec-enumerator_port= textproc/hs-attoparsec-enumerator +attoparsec-text_port= textproc/hs-attoparsec-text binary_port= devel/hs-binary bio_port= science/hs-bio blaze-builder_port= devel/hs-blaze-builder |