On 2007-03-13, Brandon Michael Moore <[EMAIL PROTECTED]> wrote:
> On Mon, Mar 12, 2007 at 05:14:57PM -0500, John Goerzen wrote:
> You can do this with runProcess, if you use
> System.Posix.IO.{createPipe,fdToHandle} to make a pipe and
> wrap the ends as handles. I hope hCreatePipe could be
> implemented on windows.

Right, but the whole point of trying to use System.Process was to remove
the dependency on POSIX and thus make the program portable to Windows.

-- John

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to