Re: [Haskell-cafe] ANNOUNCE: text 0.9.0.0 and text-icu 0.4.0.0

2010-09-20 Thread Bryan O'Sullivan
On Sun, Sep 19, 2010 at 9:37 PM, John Millikin jmilli...@gmail.com wrote:


 What's new in text-0.9 ? All I see in darcs is a newtype'd param in
 the Foreign module.


That is all that's new, but the PVP suggests that this requires a version
bump, since it changes an existing interface.

The purpose of the newtype is to make it less likely that one could confuse
indices into the Word16 array with a count of Unicode code points.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] ANNOUNCE: text 0.9.0.0 and text-icu 0.4.0.0

2010-09-19 Thread John Millikin
On Sun, Sep 19, 2010 at 21:17, Bryan O'Sullivan b...@serpentine.com wrote:
 I've issued new releases of the text and text-icu packages, the fast,
 comprehensive Unicode text manipulation libraries.
 http://hackage.haskell.org/package/text
 http://hackage.haskell.org/package/text-icu

What's new in text-0.9 ? All I see in darcs is a newtype'd param in
the Foreign module.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe