summaryrefslogtreecommitdiff
path: root/devel/hs-text/Makefile
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn>2016-01-10 11:48:07 +0000
committerszptvlfn <szptvlfn>2016-01-10 11:48:07 +0000
commitef57cb9b12a1d5549ad6de746c7fde01f58334f3 (patch)
treed585b0d6b53732f0c95d6b796a768c93f4fdcf03 /devel/hs-text/Makefile
parentd278b6008d7c978b74b74db5d9110bfd269d09b4 (diff)
downloadpkgsrc-ef57cb9b12a1d5549ad6de746c7fde01f58334f3.tar.gz
Update to 1.2.2.0
changelog: 1.2.2.0 * The `integer-simple` package, upon which this package optionally depended, has been replaced with `integer-pure`. The build flag has been renamed accordingly. * Bug fix: For the `Binary` instance, If UTF-8 decoding fails during a `get`, the error is propagated via `fail` instead of an uncatchable crash. * New function: `takeWhileEnd` * New instances for the `Text` types: * if `base` >= 4.7: `PrintfArg` * if `base` >= 4.9: `Semigroup`
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 9aa4553e681..0254f8ee08f 100644
--- a/devel/hs-text/Makefile
+++ b/devel/hs-text/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2015/08/02 11:26:15 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.8 2016/01/10 11:48:07 szptvlfn Exp $
-DISTNAME= text-1.2.1.3
+DISTNAME= text-1.2.2.0
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org