Skip to content

Commit

Permalink
actually fixes commercialhaskell#1410
Browse files Browse the repository at this point in the history
  • Loading branch information
rvion committed Nov 24, 2015
1 parent 4fca75a commit 9363eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Build/Execute.hs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ getSetupExe setupHs tmpdir = do
, toFilePath tmpOutputPath
] ++
["-build-runner" | wc == Ghcjs]
runCmd (CMD (Just tmpdir) (compilerExeName wc) menv args) Nothing
runCmd' (\cp -> cp { std_out = UseHandle stderr }) (CMD (Just tmpdir) (compilerExeName wc) menv args) Nothing
when (wc == Ghcjs) $ renameDir tmpJsExePath jsExePath
renameFile tmpExePath exePath
return $ Just exePath
Expand Down

0 comments on commit 9363eff

Please sign in to comment.