File tree 3 files changed +11
-5
lines changed
cabal-install/src/Distribution/Client 3 files changed +11
-5
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
Original file line number Diff line number Diff line change 102
102
# Output file base name for HTML help builder.
103
103
htmlhelp_basename = 'CabalUsersGuide'
104
104
105
- # MathJax to use SVG rendering by default
106
- mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_SVG '
105
+ # MathJax to use HTML rendering by default (makes the text selectable, see #8453)
106
+ mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS_CHTML '
107
107
108
108
109
109
# -- Options for LaTeX output ---------------------------------------------
You can’t perform that action at this time.
0 commit comments