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 /lang/ghc | |
parent | A priority search queue efficiently supports the opperations of both a (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 'lang/ghc')
-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 6d8c699b2e1c..e6bab1d458c5 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -18,6 +18,7 @@ ALUT_port= audio/hs-ALUT ansi-terminal_port= devel/hs-ansi-terminal ansi-wl-pprint_port= devel/hs-ansi-wl-pprint arrows_port= devel/hs-arrows +attoparsec_port= textproc/hs-attoparsec binary_port= devel/hs-binary bio_port= science/hs-bio blaze-builder_port= devel/hs-blaze-builder |