iteratee -0.8.2.0 released to Hackage

John Lato jwlato at gmail.com
Sat Apr 30 17:37:17 BST 2011


I have just uploaded a new version of iteratee, 0.8.2.0, to hackage.  This
release includes the following:

1.  Bugfix where Fd-based IO would crash with the threaded runtime (see GHC
bug #5060)
2.  addition of "enumFile" and "enumFileRandom" from Data.Iteratee.IO
3.  addition of "Data.Iteratee.ListLike.sequence_".  This is equivalent to a
function recently discussed on haskell-cafe
4.  Data.Iteratee.ListLike.enumPair is now a (deprecated) synonym for
Data.Iteratee.ListLike.zip, with several other zip functions added as well
5.  Addition of Data.Iteratee.ListLike.enumWith.  This runs two iteratees in
parallel and terminates the second when the first is complete.  A common
use-case is to count how much data an iteratee consumes.  This is differs
from 'zip' in that 'zip' waits for both iteratees to finish, whereas
enumWith terminates as soon as the first iteratee is complete.
6.  Addition of (><>) and (<><) enumeratee combinators.

Thanks to Maciej Wos for many helpful contributions.

John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://projects.haskell.org/pipermail/iteratee/attachments/20110430/972799b3/attachment.htm>


More information about the Iteratee mailing list