[Haskell-cafe] ANN: Version 0.14 of dataenc, version 0.5 of omnicodec

Magnus Therning magnus at therning.org
Thu Mar 3 21:51:47 CET 2011


I've just uploaded a new version of dataenc to hackage[1].

It contains a large change to the API.  The old, rather simplistic,
lazy API has been removed.  It has been replaced by an API based on
incremental encoding/decoding.  This should make the library easier to
use together with left-fold enumerators such as enumerator[2] and
iteratee[3].

It's accompanied by a release of omnicodec[4] which makes use of the
modified API of dataenc.

/M

[1] http://hackage.haskell.org/package/dataenc
[2] http://hackage.haskell.org/package/enumerator
[3] http://hackage.haskell.org/package/iteratee
[4] http://hackage.haskell.org/package/omnicodec
-- 
Magnus Therning                      OpenPGP: 0xAB4DFBA4 
email: magnus at therning.org   jabber: magnus at therning.org
twitter: magthe               http://therning.org/magnus

Most software today is very much like an Egyptian pyramid with
millions of bricks piled on top of each other, with no structural
integrity, but just done by brute force and thousands of slaves.
     -- Alan Kay
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110303/90a74c1d/attachment.pgp>


More information about the Haskell-Cafe mailing list