patch applied (cabal): Rewrite rawSystemStdout to not use
runInteractiveProcess with ghc
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Sat Jan 26 19:19:33 EST 2008
Fri Jan 25 09:55:17 PST 2008 Duncan Coutts <duncan at 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
More information about the cabal-devel
mailing list