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
c12290f8
Commit
c12290f8
authored
Sep 20, 2016
by
Mikhail Glushenkov
Committed by
GitHub
Sep 20, 2016
Browse files
Merge pull request #3868 from ezyang/pr/build-msg-custom
Print that we are building all due to Custom setup.
parents
3665f6fd
512648fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/ProjectBuilding.hs
View file @
c12290f8
...
...
@@ -1005,8 +1005,9 @@ buildAndInstallUnpackedPackage verbosity
let
dispname
=
case
elabPkgOrComp
pkg
of
ElabPackage
_
->
display
pkgid
ElabComponent
comp
->
display
pkgid
++
" "
++
maybe
"custom"
display
(
compComponentName
comp
)
++
" (all, due to Custom setup)"
ElabComponent
comp
->
display
pkgid
++
" ("
++
maybe
"custom"
display
(
compComponentName
comp
)
++
")"
-- Configure phase
when
isParallelBuild
$
...
...
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