patch applied (cabal): Rewrite rawSystemStdout to not use runInteractiveProcess with ghc
27 Jan
2008
27 Jan
'08
12:19 a.m.
Fri Jan 25 09:55:17 PST 2008 Duncan Coutts <duncan@haskell.org> * Rewrite rawSystemStdout to not use runInteractiveProcess with ghc So it doesn't use a temp file to capture the output. Since runInteractiveProcess is only available on ghc we use the temp file method for other implementations. M ./Distribution/Simple/Utils.hs -35 +30
6743
Age (days ago)
6743
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts