diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2015-06-04 20:07:57 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2015-06-04 20:07:57 +0000 |
commit | c03ec3a7ce59bb2ef05fa74a2aa862eecb413650 (patch) | |
tree | 7a2d6273934fb929a8a3cc67eee861824e207944 /devel | |
parent | dd3e9987194fdc4156cc86ea99735b016ce7fef0 (diff) | |
download | pkgsrc-c03ec3a7ce59bb2ef05fa74a2aa862eecb413650.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')
-rw-r--r-- | devel/hs-text/Makefile | 4 | ||||
-rw-r--r-- | devel/hs-text/PLIST | 3 | ||||
-rw-r--r-- | devel/hs-text/buildlink3.mk | 6 | ||||
-rw-r--r-- | devel/hs-text/distinfo | 8 |
4 files changed, 11 insertions, 10 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 diff --git a/devel/hs-text/PLIST b/devel/hs-text/PLIST index 907193acc57..d2e4c89d365 100644 --- a/devel/hs-text/PLIST +++ b/devel/hs-text/PLIST @@ -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/IO.hi 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 --git a/devel/hs-text/buildlink3.mk b/devel/hs-text/buildlink3.mk index bd83244db34..b0a3c71f9ab 100644 --- a/devel/hs-text/buildlink3.mk +++ b/devel/hs-text/buildlink3.mk @@ -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 --git a/devel/hs-text/distinfo b/devel/hs-text/distinfo index ad08f598636..ac0c29d4e18 100644 --- a/devel/hs-text/distinfo +++ b/devel/hs-text/distinfo @@ -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 |