
12 Aug
2012
12 Aug
'12
4:53 p.m.
David Fox
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 have the process-extras library on Hackage which contains readProcessWithExitCode variants for ByteString and Text. http://hackage.haskell.org/package/process-extras I'd be happy to apply patches which add readProcess and make other improvements :-). Cheers, David