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 unified 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,11 +1,11 @@ @@ -1,11 +1,11 @@
1# $NetBSD: Makefile,v 1.2 2014/09/05 21:23:59 szptvlfn Exp $ 1# $NetBSD: Makefile,v 1.3 2014/09/13 22:03:04 szptvlfn Exp $
2 2
3DISTNAME= text-1.1.1.3 3DISTNAME= text-1.2.0.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Efficient packed Unicode text type 7COMMENT= Efficient packed Unicode text type
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10.include "../../mk/haskell.mk" 10.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 11.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/hs-text/Attic/distinfo (expand / switch to unified 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 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2014/09/05 21:23:59 szptvlfn Exp $ 1$NetBSD: distinfo,v 1.3 2014/09/13 22:03:04 szptvlfn Exp $
2 2
3SHA1 (text-1.1.1.3.tar.gz) = 92f9c1768dc16995f26bb2365349ccd32cd7501b 3SHA1 (text-1.2.0.0.tar.gz) = 8b2f6121c3318c25834058e93d7c6fc6a08b1ecb
4RMD160 (text-1.1.1.3.tar.gz) = 7004cef74b9204032de08d864c47d8219f3f2b1e 4RMD160 (text-1.2.0.0.tar.gz) = f415aac99c0af3ceaf687486b93cacc197e4ac9e
5Size (text-1.1.1.3.tar.gz) = 138063 bytes 5Size (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 unified 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,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: buildlink3.mk,v 1.3 2014/09/05 21:23:59 szptvlfn Exp $ 1# $NetBSD: buildlink3.mk,v 1.4 2014/09/13 22:03:04 szptvlfn Exp $
2 2
3BUILDLINK_TREE+= hs-text 3BUILDLINK_TREE+= hs-text
4 4
5.if !defined(HS_TEXT_BUILDLINK3_MK) 5.if !defined(HS_TEXT_BUILDLINK3_MK)
6HS_TEXT_BUILDLINK3_MK:= 6HS_TEXT_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.hs-text+= hs-text>=1.1.1 8BUILDLINK_API_DEPENDS.hs-text+= hs-text>=1.2.0
9BUILDLINK_ABI_DEPENDS.hs-text+= hs-text>=1.1.1.3 9BUILDLINK_ABI_DEPENDS.hs-text+= hs-text>=1.2.0.0
10BUILDLINK_PKGSRCDIR.hs-text?= ../../devel/hs-text 10BUILDLINK_PKGSRCDIR.hs-text?= ../../devel/hs-text
11.endif # HS_TEXT_BUILDLINK3_MK 11.endif # HS_TEXT_BUILDLINK3_MK
12 12
13BUILDLINK_TREE+= -hs-text 13BUILDLINK_TREE+= -hs-text