Peter Simons wrote:
Dimitry Golubovsky writes:

 > Does there exist any analog of popen in the standard Haskell libraries?

Maybe System.Process.runInteractiveCommand is what you need?

http://haskell.org/ghc/docs/latest/html/libraries/base/System.Process.html

Is this available only in 6.4? In 6.2.2 I've got only System.Posix.Process, and this is just binding to Unix functions dealing with processes.


Thanks for pointing me out.

Dimitry Golubovsky
Middletown, CT




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

Reply via email to