diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:29:16 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:29:16 +0800 |
commit | 9a88b304896b0aed4fcad88693b3eb67a48a45fd (patch) | |
tree | 6d004d8e9e67973e4d36a491584697932d5f0a0f | |
parent | 9addbf8919c1cad0b736649e5c96bd32b632681a (diff) | |
download | freebsd-ports-gnome-9a88b304896b0aed4fcad88693b3eb67a48a45fd.tar.gz freebsd-ports-gnome-9a88b304896b0aed4fcad88693b3eb67a48a45fd.tar.zst freebsd-ports-gnome-9a88b304896b0aed4fcad88693b3eb67a48a45fd.zip |
- Update to 0.10.2.0
Obtained from: FreeBSD Haskell
-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 |