On 10/6/07, Felipe Almeida Lessa <[EMAIL PROTECTED]> wrote:
> May I ask what are the changes? I didn't find some sort of changelog anywhere.

There's the darcs changes list. The descriptions there in are .. terse :)

But here's a selection:
  * Add getLazyByteStringNul.

-- | Get a lazy ByteString that is terminated with a NUL byte. Fails
-- if it reaches the end of input without hitting a NUL.
getLazyByteStringNul :: Get L.ByteString

  * Fix strictness bug in runGetState that led to runtime errors.

  * Port binary to ghc 6.8

  * add parallel driver  (appears to be a parallel quicktest - which
is cool because the tests took quite a while previously).

-- 
Adam Langley                                      [EMAIL PROTECTED]
http://www.imperialviolet.org                       650-283-9641
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to