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.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db7c865be95e
branches:  trunk
changeset: 639468:db7c865be95e
user:      szptvlfn <szptvlfn%pkgsrc.org@localhost>
date:      Sat Sep 13 22:06:52 2014 +0000

description:
Update to 3.1.6

CHANGES:
3.1.6

- Export 'Text' instances from Text.Parsec
- Make Text.Parsec exports more visible
- Re-arrange Text.Parsec exports
- Add functions 'crlf' and 'endOfLine' to Text.Parsec.Char for handling
  input streams that do not have normalized line terminators.
- Fix off-by-one error in Token.charControl

diffstat:

 textproc/hs-parsec/Makefile      |  5 ++---
 textproc/hs-parsec/buildlink3.mk |  6 +++---
 textproc/hs-parsec/distinfo      |  8 ++++----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (45 lines):

diff -r 5e24d0bd795d -r db7c865be95e textproc/hs-parsec/Makefile
--- a/textproc/hs-parsec/Makefile       Sat Sep 13 22:06:35 2014 +0000
+++ b/textproc/hs-parsec/Makefile       Sat Sep 13 22:06:52 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2014/09/05 21:27:10 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.4 2014/09/13 22:06:52 szptvlfn Exp $
 
-DISTNAME=      parsec-3.1.5
-PKGREVISION=   2
+DISTNAME=      parsec-3.1.6
 CATEGORIES=    textproc
 
 MAINTAINER=    pho%cielonegro.org@localhost
diff -r 5e24d0bd795d -r db7c865be95e textproc/hs-parsec/buildlink3.mk
--- a/textproc/hs-parsec/buildlink3.mk  Sat Sep 13 22:06:35 2014 +0000
+++ b/textproc/hs-parsec/buildlink3.mk  Sat Sep 13 22:06:52 2014 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.2 2014/08/29 14:08:41 szptvlfn Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2014/09/13 22:06:52 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.5
-BUILDLINK_ABI_DEPENDS.hs-parsec+=      hs-parsec>=3.1.5nb1
+BUILDLINK_API_DEPENDS.hs-parsec+=      hs-parsec>=3.1.6
+BUILDLINK_ABI_DEPENDS.hs-parsec+=      hs-parsec>=3.1.6
 BUILDLINK_PKGSRCDIR.hs-parsec?=        ../../textproc/hs-parsec
 
 .include "../../devel/hs-mtl/buildlink3.mk"
diff -r 5e24d0bd795d -r db7c865be95e textproc/hs-parsec/distinfo
--- a/textproc/hs-parsec/distinfo       Sat Sep 13 22:06:35 2014 +0000
+++ b/textproc/hs-parsec/distinfo       Sat Sep 13 22:06:52 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/05/19 21:15:55 szptvlfn Exp $
+$NetBSD: distinfo,v 1.2 2014/09/13 22:06:52 szptvlfn Exp $
 
-SHA1 (parsec-3.1.5.tar.gz) = 8de69177660cdcf12a57b1897aca1356e17a4964
-RMD160 (parsec-3.1.5.tar.gz) = 4d27dffd266c38cc3266ea17b792e00f180b3968
-Size (parsec-3.1.5.tar.gz) = 27894 bytes
+SHA1 (parsec-3.1.6.tar.gz) = 5e03aa445e0591e5a0e16b8f56e0a1f42d5e6a39
+RMD160 (parsec-3.1.6.tar.gz) = 750060ad211d8094faa3b6671bf9d05e443aae22
+Size (parsec-3.1.6.tar.gz) = 28800 bytes



Home | Main Index | Thread Index | Old Index