summaryrefslogtreecommitdiff
path: root/devel/hs-text/Makefile
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn>2015-06-04 20:07:57 +0000
committerszptvlfn <szptvlfn>2015-06-04 20:07:57 +0000
commit510ae8ebee347a0b00bcdaf8fa4801b73dc04513 (patch)
tree7a2d6273934fb929a8a3cc67eee861824e207944 /devel/hs-text/Makefile
parentfea917f9269b1b397f3dcb7ecaed193c98f0340b (diff)
downloadpkgsrc-510ae8ebee347a0b00bcdaf8fa4801b73dc04513.tar.gz
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 (limited to 'devel/hs-text/Makefile')
-rw-r--r--devel/hs-text/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-text/Makefile b/devel/hs-text/Makefile
index 3b865fbdc2e..b70890006d5 100644
--- a/devel/hs-text/Makefile
+++ b/devel/hs-text/Makefile
@@ -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