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.
Please register or sign in to comment