pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/hs-parsec Update to 3.1.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b839bc13718
branches:  trunk
changeset: 652902:7b839bc13718
user:      szptvlfn <szptvlfn%pkgsrc.org@localhost>
date:      Tue Jun 09 22:08:41 2015 +0000

description:
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:

 textproc/hs-parsec/DESCR         |  10 +++++-----
 textproc/hs-parsec/Makefile      |   5 ++---
 textproc/hs-parsec/buildlink3.mk |   6 +++---
 textproc/hs-parsec/distinfo      |   8 ++++----
 4 files changed, 14 insertions(+), 15 deletions(-)

diffs (59 lines):

diff -r 6f76370ef10e -r 7b839bc13718 textproc/hs-parsec/DESCR
--- a/textproc/hs-parsec/DESCR  Tue Jun 09 20:25:20 2015 +0000
+++ b/textproc/hs-parsec/DESCR  Tue Jun 09 22:08:41 2015 +0000
@@ -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 -r 6f76370ef10e -r 7b839bc13718 textproc/hs-parsec/Makefile
--- a/textproc/hs-parsec/Makefile       Tue Jun 09 20:25:20 2015 +0000
+++ b/textproc/hs-parsec/Makefile       Tue Jun 09 22:08:41 2015 +0000
@@ -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@localhost
diff -r 6f76370ef10e -r 7b839bc13718 textproc/hs-parsec/buildlink3.mk
--- a/textproc/hs-parsec/buildlink3.mk  Tue Jun 09 20:25:20 2015 +0000
+++ b/textproc/hs-parsec/buildlink3.mk  Tue Jun 09 22:08:41 2015 +0000
@@ -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 -r 6f76370ef10e -r 7b839bc13718 textproc/hs-parsec/distinfo
--- a/textproc/hs-parsec/distinfo       Tue Jun 09 20:25:20 2015 +0000
+++ b/textproc/hs-parsec/distinfo       Tue Jun 09 22:08:41 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index