diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:29:16 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:29:16 +0000 |
commit | 43c882357da7865ffb5e950124e1d54fb78cfd3c (patch) | |
tree | 5e9f9d6634472a64cca20c3a2e950702008e41d1 /textproc/hs-attoparsec | |
parent | fa9ef2ae85692e138805bfda6e9af8721a6f3a45 (diff) |
Notes
Diffstat (limited to 'textproc/hs-attoparsec')
-rw-r--r-- | textproc/hs-attoparsec/Makefile | 4 | ||||
-rw-r--r-- | textproc/hs-attoparsec/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-attoparsec/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/textproc/hs-attoparsec/Makefile b/textproc/hs-attoparsec/Makefile index 6ff5fc0bb242..e1af986ab702 100644 --- a/textproc/hs-attoparsec/Makefile +++ b/textproc/hs-attoparsec/Makefile @@ -6,7 +6,7 @@ # PORTNAME= attoparsec -PORTVERSION= 0.10.1.0 +PORTVERSION= 0.10.2.0 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -14,7 +14,7 @@ COMMENT= Fast combinator parsing for bytestrings LICENSE= BSD -USE_CABAL= deepseq text>=0.11.1.5 +USE_CABAL= text>=0.11.1.5 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/textproc/hs-attoparsec/distinfo b/textproc/hs-attoparsec/distinfo index b69267e3dab7..3732a9353584 100644 --- a/textproc/hs-attoparsec/distinfo +++ b/textproc/hs-attoparsec/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/attoparsec-0.10.1.0.tar.gz) = 38513d4eafff3de23d5540e8a81060d938e2309be8aafae67e3e7bdb3fa191f2 -SIZE (cabal/attoparsec-0.10.1.0.tar.gz) = 28234 +SHA256 (cabal/attoparsec-0.10.2.0.tar.gz) = 2c9cff6ec6415321b2c76eb20d21b07bd1d5c4df4aec490d60ad433b87e97343 +SIZE (cabal/attoparsec-0.10.2.0.tar.gz) = 34080 diff --git a/textproc/hs-attoparsec/pkg-descr b/textproc/hs-attoparsec/pkg-descr index f018ad1f5f56..3eecb81e7145 100644 --- a/textproc/hs-attoparsec/pkg-descr +++ b/textproc/hs-attoparsec/pkg-descr @@ -2,4 +2,4 @@ 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 +WWW: https://github.com/bos/attoparsec |