summaryrefslogtreecommitdiff
path: root/textproc/hs-polyparse
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn@pkgsrc.org>2015-08-02 11:32:55 +0000
committerszptvlfn <szptvlfn@pkgsrc.org>2015-08-02 11:32:55 +0000
commitd13329cceeed6ceeaa599d1c35230e1342ee594f (patch)
treee628f0f0effb0226ef6c2a05c4c3b09c1bd129fb /textproc/hs-polyparse
parent8916b2a0d56e52a94c7eca4f4c74b097c7b89b84 (diff)
downloadpkgsrc-d13329cceeed6ceeaa599d1c35230e1342ee594f.tar.gz
Update to 1.11
changelog: Changes in polyparse-1.11 A fix for the Applicative/Monad/Functor classes rearrangement in ghc-7.10.*. Changes in polyparse-1.10 A new basic text-accepting combinator "literal", accepts the given string, without lexing it into Haskell-like words ("isWord"). A more correct implementation of "manyFinally". A new combinator "satisfyMsg" which has a string describing the predicate, in order to produce more informative error messages.
Diffstat (limited to 'textproc/hs-polyparse')
-rw-r--r--textproc/hs-polyparse/Makefile5
-rw-r--r--textproc/hs-polyparse/buildlink3.mk6
-rw-r--r--textproc/hs-polyparse/distinfo8
3 files changed, 9 insertions, 10 deletions
diff --git a/textproc/hs-polyparse/Makefile b/textproc/hs-polyparse/Makefile
index 406d9a5aeab..a7c97a0bc40 100644
--- a/textproc/hs-polyparse/Makefile
+++ b/textproc/hs-polyparse/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2015/06/04 20:09:00 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.7 2015/08/02 11:32:55 szptvlfn Exp $
-DISTNAME= polyparse-1.9
-PKGREVISION= 5
+DISTNAME= polyparse-1.11
CATEGORIES= textproc
MAINTAINER= szptvlfn@NetBSD.org
diff --git a/textproc/hs-polyparse/buildlink3.mk b/textproc/hs-polyparse/buildlink3.mk
index 1f5f2fecb02..b347dab9e87 100644
--- a/textproc/hs-polyparse/buildlink3.mk
+++ b/textproc/hs-polyparse/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.6 2015/06/04 20:09:00 szptvlfn Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2015/08/02 11:32:55 szptvlfn Exp $
BUILDLINK_TREE+= hs-polyparse
.if !defined(HS_POLYPARSE_BUILDLINK3_MK)
HS_POLYPARSE_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-polyparse+= hs-polyparse>=1.9
-BUILDLINK_ABI_DEPENDS.hs-polyparse+= hs-polyparse>=1.9nb5
+BUILDLINK_API_DEPENDS.hs-polyparse+= hs-polyparse>=1.11
+BUILDLINK_ABI_DEPENDS.hs-polyparse+= hs-polyparse>=1.11
BUILDLINK_PKGSRCDIR.hs-polyparse?= ../../textproc/hs-polyparse
.include "../../devel/hs-text/buildlink3.mk"
diff --git a/textproc/hs-polyparse/distinfo b/textproc/hs-polyparse/distinfo
index 549f2271b79..11eec34648a 100644
--- a/textproc/hs-polyparse/distinfo
+++ b/textproc/hs-polyparse/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/05/29 22:08:37 szptvlfn Exp $
+$NetBSD: distinfo,v 1.2 2015/08/02 11:32:55 szptvlfn Exp $
-SHA1 (polyparse-1.9.tar.gz) = 3eaa42c1f9edbc3802318d463484f9fcbc8c5012
-RMD160 (polyparse-1.9.tar.gz) = 07be0c999d94f1f5d914528b40fb3a601788141b
-Size (polyparse-1.9.tar.gz) = 22256 bytes
+SHA1 (polyparse-1.11.tar.gz) = c8f7568552a34708518e936deee2bc127d92adeb
+RMD160 (polyparse-1.11.tar.gz) = 411758cdc183e2c8d69206d28155c2abda6f3797
+Size (polyparse-1.11.tar.gz) = 22978 bytes