Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
29e342d1
Commit
29e342d1
authored
Jun 12, 2006
by
Don Stewart
Browse files
And move 'Chasing ...' messages into verbosity 2 as well
parent
dda45b7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/GHC.hs
View file @
29e342d1
...
...
@@ -494,7 +494,7 @@ depanal (Session ref) excluded_mods allow_dup_roots = do
showPass
dflags
"Chasing dependencies"
when
(
gmode
==
BatchCompile
)
$
debugTraceMsg
dflags
1
(
hcat
[
debugTraceMsg
dflags
2
(
hcat
[
text
"Chasing modules from: "
,
hcat
(
punctuate
comma
(
map
pprTarget
targets
))])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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