diff --git a/textproc/hs-attoparsec-enumerator/Makefile b/textproc/hs-attoparsec-enumerator/Makefile index 26bd679fb535..66d0e19bef8a 100644 --- a/textproc/hs-attoparsec-enumerator/Makefile +++ b/textproc/hs-attoparsec-enumerator/Makefile @@ -6,17 +6,17 @@ # PORTNAME= attoparsec-enumerator -PORTVERSION= 0.2.0.4 +PORTVERSION= 0.3 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Convert an Attoparsec parser into an iteratee +COMMENT= Pass input from an enumerator to an Attoparsec parser LICENSE= MIT FILE_LICENSE= license.txt CABAL_SETUP= Setup.hs -USE_CABAL= attoparsec>=0.8 enumerator>=0.4 +USE_CABAL= attoparsec>=0.10 enumerator>=0.4 text .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/textproc/hs-attoparsec-enumerator/distinfo b/textproc/hs-attoparsec-enumerator/distinfo index c2c977329714..f819b61c5be5 100644 --- a/textproc/hs-attoparsec-enumerator/distinfo +++ b/textproc/hs-attoparsec-enumerator/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/attoparsec-enumerator-0.2.0.4.tar.gz) = ed8ded02e2e230faaff0819be1484256ff91cbbb20b438491d933876ef1e6593 -SIZE (cabal/attoparsec-enumerator-0.2.0.4.tar.gz) = 2020 +SHA256 (cabal/attoparsec-enumerator-0.3.tar.gz) = bb70595659c02b8394fa1901b156ee7602b184defcbdff817bc9db5d4366d8e9 +SIZE (cabal/attoparsec-enumerator-0.3.tar.gz) = 2496 diff --git a/textproc/hs-attoparsec-enumerator/pkg-descr b/textproc/hs-attoparsec-enumerator/pkg-descr index 6ff11c3e0797..c85ac9009c0d 100644 --- a/textproc/hs-attoparsec-enumerator/pkg-descr +++ b/textproc/hs-attoparsec-enumerator/pkg-descr @@ -1,3 +1,5 @@ -The attoparsec-enumerator package. +This library allows an Attoparsec parser to receive input incrementally from +an enumerator. This could be used for parsing large files, or implementing +binary network protocols. -WWW: http://john-millikin.com/software/attoparsec-enumerator/ +WWW: http://john-millikin.com/software/attoparsec-enumerator/