forked from haskell/cabal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Set enable_process_jobs on a variant of System.Process.proc instead of just for System.Process.createProcess - In Distribution.Simple.Utils, only use this proc instance. - Replace use of printRawCommand* by a unified helper logCommand, and use this more consistently. The output format is changed slightly. - New helpers rawSystemProc{,Action} for use with new proc Aside from the logging changes, this should be a no-op.
- Loading branch information
Showing
2 changed files
with
188 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.