[Haskell-cafe] Re: ANN: HSH 1.2.0

John Goerzen jgoerzen at complete.org
Wed Mar 14 10:08:32 EDT 2007


On 2007-03-13, Brandon Michael Moore <brandon at heave.ugcs.caltech.edu> 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



More information about the Haskell-Cafe mailing list