pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hs-text Update to 1.2.1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/1aa87e7b2af7
branches: trunk
changeset: 652582:1aa87e7b2af7
user: szptvlfn <szptvlfn%pkgsrc.org@localhost>
date: Thu Jun 04 20:07:57 2015 +0000
description:
Update to 1.2.1.1
changelog:
1.2.1.1
* Expose unpackCString#, which you should never use.
1.2.1.0
* Added Binary instances for both Text types. (If you have previously
been using the text-binary package to get a Binary instance, it is
now obsolete.)
1.2.0.6
* Fixed a space leak in UTF-8 decoding
1.2.0.5
* Feature parity: repeat, cycle, iterate are now implemented for lazy
Text, and the Data instance is more complete
* Build speed: an inliner space explosion has been fixed with toCaseFold
* Bug fix: encoding Int to a Builder would infinite-loop if the
integer-simple package was used
* Deprecation: OnEncodeError and EncodeError are deprecated, as they
are never used
* Internals: some types that are used internally in fusion-related
functions have moved around, been renamed, or been deleted (we don't
bump the major version if .Internal modules change)
* Spec compliance: toCaseFold now follows the Unicode 7.0 spec
(updated from 6.3)
1.2.0.4
* Fixed an incompatibility with base < 4.5
diffstat:
devel/hs-text/Makefile | 4 ++--
devel/hs-text/PLIST | 3 ++-
devel/hs-text/buildlink3.mk | 6 +++---
devel/hs-text/distinfo | 8 ++++----
4 files changed, 11 insertions(+), 10 deletions(-)
diffs (61 lines):
diff -r 6dd561ef09e9 -r 1aa87e7b2af7 devel/hs-text/Makefile
--- a/devel/hs-text/Makefile Thu Jun 04 19:35:09 2015 +0000
+++ b/devel/hs-text/Makefile Thu Jun 04 20:07:57 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2014/12/12 22:53:35 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.6 2015/06/04 20:07:57 szptvlfn Exp $
-DISTNAME= text-1.2.0.3
+DISTNAME= text-1.2.1.1
CATEGORIES= devel
MAINTAINER= pho%cielonegro.org@localhost
diff -r 6dd561ef09e9 -r 1aa87e7b2af7 devel/hs-text/PLIST
--- a/devel/hs-text/PLIST Thu Jun 04 19:35:09 2015 +0000
+++ b/devel/hs-text/PLIST Thu Jun 04 20:07:57 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/18 21:19:44 szptvlfn Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/06/04 20:07:57 szptvlfn Exp $
lib/text-${PKGVERSION}/${HASKELL_VERSION}/Data/Text.hi
lib/text-${PKGVERSION}/${HASKELL_VERSION}/Data/Text/Array.hi
lib/text-${PKGVERSION}/${HASKELL_VERSION}/Data/Text/Encoding.hi
@@ -41,6 +41,7 @@
lib/text-${PKGVERSION}/${HASKELL_VERSION}/Data/Text/Lazy/Internal.hi
lib/text-${PKGVERSION}/${HASKELL_VERSION}/Data/Text/Lazy/Read.hi
lib/text-${PKGVERSION}/${HASKELL_VERSION}/Data/Text/Read.hi
+lib/text-${PKGVERSION}/${HASKELL_VERSION}/Data/Text/Show.hi
lib/text-${PKGVERSION}/${HASKELL_VERSION}/Data/Text/Unsafe.hi
lib/text-${PKGVERSION}/${HASKELL_VERSION}/HStext-${PKGVERSION}.o
lib/text-${PKGVERSION}/${HASKELL_VERSION}/libHStext-${PKGVERSION}.a
diff -r 6dd561ef09e9 -r 1aa87e7b2af7 devel/hs-text/buildlink3.mk
--- a/devel/hs-text/buildlink3.mk Thu Jun 04 19:35:09 2015 +0000
+++ b/devel/hs-text/buildlink3.mk Thu Jun 04 20:07:57 2015 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.6 2014/12/12 22:53:35 szptvlfn Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2015/06/04 20:07:57 szptvlfn Exp $
BUILDLINK_TREE+= hs-text
.if !defined(HS_TEXT_BUILDLINK3_MK)
HS_TEXT_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-text+= hs-text>=1.2.0
-BUILDLINK_ABI_DEPENDS.hs-text+= hs-text>=1.2.0.3
+BUILDLINK_API_DEPENDS.hs-text+= hs-text>=1.2.1
+BUILDLINK_ABI_DEPENDS.hs-text+= hs-text>=1.2.1.1
BUILDLINK_PKGSRCDIR.hs-text?= ../../devel/hs-text
.endif # HS_TEXT_BUILDLINK3_MK
diff -r 6dd561ef09e9 -r 1aa87e7b2af7 devel/hs-text/distinfo
--- a/devel/hs-text/distinfo Thu Jun 04 19:35:09 2015 +0000
+++ b/devel/hs-text/distinfo Thu Jun 04 20:07:57 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2014/12/12 22:53:35 szptvlfn Exp $
+$NetBSD: distinfo,v 1.6 2015/06/04 20:07:57 szptvlfn Exp $
-SHA1 (text-1.2.0.3.tar.gz) = ce9a3a7a6ca1e269fa5bf2de69261d63b47ed275
-RMD160 (text-1.2.0.3.tar.gz) = 01b82ea74abf3fffe7d30133470165a5482a5413
-Size (text-1.2.0.3.tar.gz) = 145383 bytes
+SHA1 (text-1.2.1.1.tar.gz) = 7422483b2d1ce563174c581393872317eb3c279a
+RMD160 (text-1.2.1.1.tar.gz) = 824774342e167372554b3099c7513afbb660f496
+Size (text-1.2.1.1.tar.gz) = 147224 bytes
Home |
Main Index |
Thread Index |
Old Index