File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
cabal-install/src/Distribution/Client Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -672,9 +672,9 @@ rebuildTargets
672
672
info verbosity $
673
673
" Executing install plan "
674
674
++ case buildSettingNumJobs of
675
- NumJobs n -> " in parallel using " ++ show n ++ " threads."
676
- UseSem n -> " in parallel using a semaphore with " ++ show n ++ " slots."
677
- Serial -> " serially."
675
+ NumJobs n -> " in parallel using " ++ show n ++ " threads."
676
+ UseSem n -> " in parallel using a semaphore with " ++ show n ++ " slots."
677
+ Serial -> " serially."
678
678
679
679
createDirectoryIfMissingVerbose verbosity True distBuildRootDirectory
680
680
createDirectoryIfMissingVerbose verbosity True distTempDirectory
Original file line number Diff line number Diff line change
1
+ synopsis: Avoid a double space in "Executing install plan ..."
2
+ description:
3
+ The "Executing·install·plan··serially" and other similar "Executing install
4
+ plan··..." outputs no longer contain double spaces.
5
+ packages: cabal-install
6
+ prs: #9376
You can’t perform that action at this time.
0 commit comments