
2 Oct
2008
2 Oct
'08
12:57 p.m.
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...