diff options
author | ashish <ashish@FreeBSD.org> | 2011-07-11 00:32:51 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-07-11 00:32:51 +0800 |
commit | b1c026737dad9d780d07485742ed810e36bfad4c (patch) | |
tree | 1540304a9fda7f975f51277afc9e911158f116eb /textproc/hs-hxt | |
parent | f512633109c7e29a019c5b8483f8811dbd43fa0b (diff) | |
download | freebsd-ports-gnome-b1c026737dad9d780d07485742ed810e36bfad4c.tar.gz freebsd-ports-gnome-b1c026737dad9d780d07485742ed810e36bfad4c.tar.zst freebsd-ports-gnome-b1c026737dad9d780d07485742ed810e36bfad4c.zip |
- Update to 9.1.2
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc/hs-hxt')
-rw-r--r-- | textproc/hs-hxt/Makefile | 5 | ||||
-rw-r--r-- | textproc/hs-hxt/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/textproc/hs-hxt/Makefile b/textproc/hs-hxt/Makefile index 06c0c1cdcd81..68e632f4bf25 100644 --- a/textproc/hs-hxt/Makefile +++ b/textproc/hs-hxt/Makefile @@ -6,15 +6,14 @@ # PORTNAME= hxt -PORTVERSION= 9.1.1 -PORTREVISION= 1 +PORTVERSION= 9.1.2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A collection of tools for processing XML with Haskell USE_CABAL= binary>=0.5 deepseq>=1.1 HUnit>=1.2 hxt-charproperties>=9.1 \ - hxt-regex-xmlschema>=9 hxt-unicode>=9 network>=2.1 parsec>=2.1 + hxt-regex-xmlschema>=9 hxt-unicode>=9.0.1 network>=2.1 parsec>=2.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/textproc/hs-hxt/distinfo b/textproc/hs-hxt/distinfo index 48ffa9301260..50a8ae8466f8 100644 --- a/textproc/hs-hxt/distinfo +++ b/textproc/hs-hxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hxt-9.1.1.tar.gz) = d98d8c10e13a34dfd9a86be8f7d48f58b8186e1f9c14671776861e9a12a71311 -SIZE (cabal/hxt-9.1.1.tar.gz) = 226325 +SHA256 (cabal/hxt-9.1.2.tar.gz) = bdb4f98bb6febfa93a48c80c63c69505b6d10c1c7eb23dc57e2af2d76f61e588 +SIZE (cabal/hxt-9.1.2.tar.gz) = 221300 |