1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

- Update to 1.8

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 22:33:57 +00:00
parent d962eb56b4
commit 0ec318b20e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298274
3 changed files with 11 additions and 11 deletions

View File

@ -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"

View File

@ -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

View File

@ -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/