[Haskell-cafe] Re: System.Process

Andrew Coppin andrewcoppin at btinternet.com
Thu Oct 2 12:57:46 EDT 2008


Simon Marlow wrote:
> 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

Ah, cool. So it's already in hand then...



More information about the Haskell-Cafe mailing list