Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
902fae64
Commit
902fae64
authored
Sep 22, 2016
by
Mikhail Glushenkov
Browse files
Grammar.
parent
4b7ccf4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Install.hs
View file @
902fae64
...
...
@@ -1072,7 +1072,7 @@ performInstallations verbosity
when
parallelInstall
$
notice
verbosity
$
"Notice: installing into a sandbox located at "
++
sandboxDir
info
verbosity
$
"
Using
"
++
(
show
numJobs
)
++
"
threads
."
info
verbosity
$
"
Number of threads used:
"
++
(
show
numJobs
)
++
"."
jobControl
<-
if
parallelInstall
then
newParallelJobControl
numJobs
else
newSerialJobControl
...
...
cabal-install/Distribution/Client/ProjectOrchestration.hs
View file @
902fae64
...
...
@@ -177,8 +177,8 @@ runProjectPreBuildPhase
(
projectConfigShared
projectConfig
)
(
projectConfigBuildOnly
projectConfig
)
(
projectConfigBuildOnly
cliConfig
)
info
verbosity
$
"
Using "
++
(
show
.
buildSettingNumJobs
$
buildSettings
)
++
" threads
."
info
verbosity
$
"
Number of threads used: "
++
(
show
.
buildSettingNumJobs
$
buildSettings
)
++
"
."
-- The plan for what to do is represented by an 'ElaboratedInstallPlan'
-- Now given the specific targets the user has asked for, decide
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment