Skip to content

Commit

Permalink
Update to 1.2.0.0
Browse files Browse the repository at this point in the history
changelog:
1.2.0.0

* Fixed an integer overflow in the replace function
  (haskell/text#81)

* Fixed a hang in lazy decodeUtf8With
  (haskell/text#87)

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

* Added an instance of IsList for GHC 7.8 and above
  • Loading branch information
szptvlfn committed Sep 13, 2014
1 parent 4170c4a commit 2b2a1c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devel/hs-text/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions devel/hs-text/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -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

Expand Down
8 changes: 4 additions & 4 deletions devel/hs-text/distinfo
Original file line number Diff line number Diff line change
@@ -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
RMD160 (text-1.1.1.3.tar.gz) = 7004cef74b9204032de08d864c47d8219f3f2b1e
Size (text-1.1.1.3.tar.gz) = 138063 bytes
SHA1 (text-1.2.0.0.tar.gz) = 8b2f6121c3318c25834058e93d7c6fc6a08b1ecb
RMD160 (text-1.2.0.0.tar.gz) = f415aac99c0af3ceaf687486b93cacc197e4ac9e
Size (text-1.2.0.0.tar.gz) = 144296 bytes

0 comments on commit 2b2a1c9

Please sign in to comment.