
9 Aug
2012
9 Aug
'12
1:19 p.m.
David Fox
writes:
Attached is a module containing ByteString analogs of two functions from System.Process: readProcess and readProcessWithExitCode. I use these a lot and would love to see them incorporated into a standard library, though I'm not sure which one.
I agree. I wrote my own version of readProcessWithExitCode a while back as well. John