Sat Sep 13 22:03:04 2014 UTC ()
Update to 1.2.0.0

changelog:
1.2.0.0

* Fixed an integer overflow in the replace function
  (https://github.com/bos/text/issues/81)

* Fixed a hang in lazy decodeUtf8With
  (https://github.com/bos/text/issues/87)

* Reduced codegen bloat caused by use of empty and single-character
  literals

* Added an instance of IsList for GHC 7.8 and above


(szptvlfn)
diff -r1.2 -r1.3 pkgsrc/devel/hs-text/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/hs-text/distinfo
diff -r1.3 -r1.4 pkgsrc/devel/hs-text/buildlink3.mk

cvs diff -r1.2 -r1.3 pkgsrc/devel/hs-text/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/devel/hs-text/Attic/Makefile 2014/09/05 21:23:59 1.2
+++ pkgsrc/devel/hs-text/Attic/Makefile 2014/09/13 22:03:04 1.3
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/09/05 21:23:59 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.3 2014/09/13 22:03:04 szptvlfn Exp $
 
-DISTNAME=	text-1.1.1.3
+DISTNAME=	text-1.2.0.0
 CATEGORIES=	devel
 
 MAINTAINER=	pho@cielonegro.org

cvs diff -r1.2 -r1.3 pkgsrc/devel/hs-text/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/devel/hs-text/Attic/distinfo 2014/09/05 21:23:59 1.2
+++ pkgsrc/devel/hs-text/Attic/distinfo 2014/09/13 22:03:04 1.3
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/09/05 21:23:59 szptvlfn Exp $
+$NetBSD: distinfo,v 1.3 2014/09/13 22:03:04 szptvlfn Exp $
 
-SHA1 (text-1.1.1.3.tar.gz) = 92f9c1768dc16995f26bb2365349ccd32cd7501b
+SHA1 (text-1.2.0.0.tar.gz) = 8b2f6121c3318c25834058e93d7c6fc6a08b1ecb
-RMD160 (text-1.1.1.3.tar.gz) = 7004cef74b9204032de08d864c47d8219f3f2b1e
+RMD160 (text-1.2.0.0.tar.gz) = f415aac99c0af3ceaf687486b93cacc197e4ac9e
-Size (text-1.1.1.3.tar.gz) = 138063 bytes
+Size (text-1.2.0.0.tar.gz) = 144296 bytes

cvs diff -r1.3 -r1.4 pkgsrc/devel/hs-text/Attic/buildlink3.mk (expand / switch to context diff)
--- pkgsrc/devel/hs-text/Attic/buildlink3.mk 2014/09/05 21:23:59 1.3
+++ pkgsrc/devel/hs-text/Attic/buildlink3.mk 2014/09/13 22:03:04 1.4
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.3 2014/09/05 21:23:59 szptvlfn Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2014/09/13 22:03:04 szptvlfn Exp $
 
 BUILDLINK_TREE+=	hs-text
 
 .if !defined(HS_TEXT_BUILDLINK3_MK)
 HS_TEXT_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-text+=	hs-text>=1.1.1
-BUILDLINK_ABI_DEPENDS.hs-text+=	hs-text>=1.1.1.3
+BUILDLINK_API_DEPENDS.hs-text+=	hs-text>=1.2.0
+BUILDLINK_ABI_DEPENDS.hs-text+=	hs-text>=1.2.0.0
 BUILDLINK_PKGSRCDIR.hs-text?=	../../devel/hs-text
 .endif	# HS_TEXT_BUILDLINK3_MK