aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-polyparse
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 22:33:57 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 22:33:57 +0000
commit0ec318b20e16949e4d92763a0c984bc33c7270ec (patch)
tree27f2e79055bc7b3b1b5143e12b81674bd18f0140 /textproc/hs-polyparse
parentd962eb56b4c77456ae160d2c1be03e8be2da80af (diff)
downloadports-0ec318b20e16949e4d92763a0c984bc33c7270ec.tar.gz
ports-0ec318b20e16949e4d92763a0c984bc33c7270ec.zip
- Update to 1.8
Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=298274
Diffstat (limited to 'textproc/hs-polyparse')
-rw-r--r--textproc/hs-polyparse/Makefile5
-rw-r--r--textproc/hs-polyparse/distinfo4
-rw-r--r--textproc/hs-polyparse/pkg-descr13
3 files changed, 11 insertions, 11 deletions
diff --git a/textproc/hs-polyparse/Makefile b/textproc/hs-polyparse/Makefile
index 86d08600d57b..bc8e961f0978 100644
--- a/textproc/hs-polyparse/Makefile
+++ b/textproc/hs-polyparse/Makefile
@@ -6,16 +6,17 @@
#
PORTNAME= polyparse
-PORTVERSION= 1.7
+PORTVERSION= 1.8
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Alternative parser combinator libraries for Haskell
+COMMENT= A variety of alternative parser combinator libraries
LICENSE= LGPL21
FILE_LICENSE= COPYRIGHT
CABAL_SETUP= Setup.hs
+
USE_CABAL= text
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/textproc/hs-polyparse/distinfo b/textproc/hs-polyparse/distinfo
index ad3c9457bcd3..e025f2d04ad2 100644
--- a/textproc/hs-polyparse/distinfo
+++ b/textproc/hs-polyparse/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/polyparse-1.7.tar.gz) = de8ed0ce54f1f81bb0783dd97b7b22eca28df4a238684a26b37c5af2d17a364b
-SIZE (cabal/polyparse-1.7.tar.gz) = 22058
+SHA256 (cabal/polyparse-1.8.tar.gz) = 96fbc3ce3c239c6ce566437e17dc98649982e72dc3edcb68ef5ee083b210d922
+SIZE (cabal/polyparse-1.8.tar.gz) = 22223
diff --git a/textproc/hs-polyparse/pkg-descr b/textproc/hs-polyparse/pkg-descr
index 9677bdd925da..51dccc62c066 100644
--- a/textproc/hs-polyparse/pkg-descr
+++ b/textproc/hs-polyparse/pkg-descr
@@ -1,8 +1,7 @@
-A variety of alternative parser combinator libraries for the functional
-programming language Haskell, including the original HuttonMeijer set.
-The Poly sets have features like good error reporting, arbitrary token
-type, running state, lazy parsing, and so on. Finally, Text.Parse is a
-proposed replacement for the standard Read class, for better
-deserialisation of Haskell values from Strings.
+A variety of alternative parser combinator libraries, including the original
+HuttonMeijer set. The Poly sets have features like good error reporting,
+arbitrary token type, running state, lazy parsing, and so on. Finally,
+Text.Parse is a proposed replacement for the standard Read class, for
+better deserialisation of Haskell values from Strings.
-WWW: http://www.cs.york.ac.uk/fp/polyparse/
+WWW: http://code.haskell.org/~malcolm/polyparse/