[Haskell-cafe] runInteractiveProcess and hGetLine on Windows

Bryan O'Sullivan bos at serpentine.com
Wed May 7 11:33:23 EDT 2008


David Roundy wrote:

> This is the correct behavior (although it's debatable whether kpsewhich
> should be outputting in text mode).

I think it would be more accurate to say that runInteractiveProcess has
an inadequate API, since you can't indicate whether the interaction with
the other process should happen in text or binary mode.

Simon: do the new entry points in System.Process take line ending
conventions into account?

	<b


More information about the Haskell-Cafe mailing list