[Haskell-cafe] Re: System.Process

Simon Marlow marlowsd at gmail.com
Thu Oct 2 10:09:50 EDT 2008


Andrew Coppin wrote:

> Anyway, the point I'm trying to get to is... would it be hard for 
> however maintains this library to add a little more flexibility in what 
> it can do please?

In the new System.Process, that comes with GHC 6.10.1:

Prelude System.Process> createProcess (shell "echo $FOO"){ env = Just 
[("FOO","BAR")] }
Prelude System.Process> BAR

Cheers,
	Simon


More information about the Haskell-Cafe mailing list