
15 Sep
2004
15 Sep
'04
2:37 p.m.
"Simon Marlow"
Here's a tarball that works with GHC 6.2.1 on a Unix platform, just --make to build it:
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