
16 May
2008
16 May
'08
1:34 p.m.
Hi
- made it work on Windows, and the patch passes GHC's validate on both Windows and Linux.
Reminder: the deadline for discussion is 20 May (5 days).
Fully support. I think it could benefit from a slight clarification to the documentation in createProcess, to help pattern-match safety checking. (aStdin,aStdout,aStderr,d) <- createProcess cp isJust aStdin == (std_in == CreatePipe) (and ditto for the out and err) I have talked to Simon on IRC, and he said he'll add some kind of clarification on this issue. I am looking forward to using this library! All we need now is a decent HTTP library... Thanks Neil