[Haskell-cafe] Writing binary files?
Malcolm Wallace
Malcolm.Wallace at cs.york.ac.uk
Wed Sep 15 10:37:22 EDT 2004
"Simon Marlow" <simonmar at microsoft.com> writes:
> Here's a tarball that works with GHC 6.2.1 on a Unix platform, just
> --make to build it:
>
> http://www.haskell.org/~simonmar/new-io.tar.gz
Found a bug already...
In System/IO/Stream.hs, line 183:
streamReadBufrer s 0 buf = return 0
streamReadBuffer s len ptr = ...
Note the different spellings of the function name.
Regards,
Malcolm
More information about the Haskell-Cafe
mailing list