summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn>2015-06-09 22:08:41 +0000
committerszptvlfn <szptvlfn>2015-06-09 22:08:41 +0000
commitb41fb8bdc9e8e9618931d70501bfd74ae77a6365 (patch)
treeb764589e17c7821095e4866c767ad4887aa37ba2 /textproc
parent624cef4ead268b883f9ddacbd6a6a370d6a8cbd0 (diff)
downloadpkgsrc-b41fb8bdc9e8e9618931d70501bfd74ae77a6365.tar.gz
Update to 3.1.9
CHANGES: 3.1.9 - Many and various updates to documentation and package description (inlcuding the homepage links). - Add an 'Eq' instance for 'ParseError' - Fixed a regression from 3.1.6: 'runP' is again exported from module Text.Parsec. 3.1.8 - Fix a regression from 3.1.6 related to exports from the main module.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hs-parsec/DESCR10
-rw-r--r--textproc/hs-parsec/Makefile5
-rw-r--r--textproc/hs-parsec/buildlink3.mk6
-rw-r--r--textproc/hs-parsec/distinfo8
4 files changed, 14 insertions, 15 deletions
diff --git a/textproc/hs-parsec/DESCR b/textproc/hs-parsec/DESCR
index cc549233d4f..235adb91ca1 100644
--- a/textproc/hs-parsec/DESCR
+++ b/textproc/hs-parsec/DESCR
@@ -1,5 +1,5 @@
-Parsec is designed from scratch as an industrial-strength parser
-library. It is simple, safe, well documented (on the package
-homepage), has extensive libraries and good error messages, and is
-also fast. It is defined as a monad transformer that can be stacked on
-arbitrary monads, and it is also parametric in the input stream type.
+Parsec is designed from scratch as an industrial-strength parser library. It is
+simple, safe, well documented (on the package homepage), has extensive
+libraries, good error messages, and is fast. It is defined as a monad
+transformer that can be stacked on arbitrary monads, and it is also parametric
+in the input stream type.
diff --git a/textproc/hs-parsec/Makefile b/textproc/hs-parsec/Makefile
index b2ff1455e60..2e5bac98bcc 100644
--- a/textproc/hs-parsec/Makefile
+++ b/textproc/hs-parsec/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2015/06/04 20:09:00 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.10 2015/06/09 22:08:41 szptvlfn Exp $
-DISTNAME= parsec-3.1.7
-PKGREVISION= 4
+DISTNAME= parsec-3.1.9
CATEGORIES= textproc
MAINTAINER= pho@cielonegro.org
diff --git a/textproc/hs-parsec/buildlink3.mk b/textproc/hs-parsec/buildlink3.mk
index ac3458713e4..3f82d2a7a50 100644
--- a/textproc/hs-parsec/buildlink3.mk
+++ b/textproc/hs-parsec/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.8 2015/06/04 20:09:00 szptvlfn Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2015/06/09 22:08:41 szptvlfn Exp $
BUILDLINK_TREE+= hs-parsec
.if !defined(HS_PARSEC_BUILDLINK3_MK)
HS_PARSEC_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-parsec+= hs-parsec>=3.1.7
-BUILDLINK_ABI_DEPENDS.hs-parsec+= hs-parsec>=3.1.7nb4
+BUILDLINK_API_DEPENDS.hs-parsec+= hs-parsec>=3.1.9
+BUILDLINK_ABI_DEPENDS.hs-parsec+= hs-parsec>=3.1.9
BUILDLINK_PKGSRCDIR.hs-parsec?= ../../textproc/hs-parsec
.include "../../devel/hs-mtl/buildlink3.mk"
diff --git a/textproc/hs-parsec/distinfo b/textproc/hs-parsec/distinfo
index 4b1fa28a7a8..d82d170974b 100644
--- a/textproc/hs-parsec/distinfo
+++ b/textproc/hs-parsec/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2014/10/19 21:25:47 szptvlfn Exp $
+$NetBSD: distinfo,v 1.4 2015/06/09 22:08:41 szptvlfn Exp $
-SHA1 (parsec-3.1.7.tar.gz) = d342559a7d4117d8b7e3b4ee36980aaf64ba13c5
-RMD160 (parsec-3.1.7.tar.gz) = a4da38b8c74c529bfb2c75f92027d4b2f4470c8a
-Size (parsec-3.1.7.tar.gz) = 29556 bytes
+SHA1 (parsec-3.1.9.tar.gz) = 52eb8bf530111a2e92f710d14f0cf6e43eaaf741
+RMD160 (parsec-3.1.9.tar.gz) = 366255e648b0b9e20a555e942c71f53014a5a513
+Size (parsec-3.1.9.tar.gz) = 29668 bytes