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
Tobias Decking
GHC
Commits
14a9478a
Commit
14a9478a
authored
Oct 06, 2006
by
simonpj@microsoft.com
Browse files
Print the 'skipping' messages at verbosity level 1
parent
84f4c1df
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/HscMain.lhs
View file @
14a9478a
...
...
@@ -401,7 +401,7 @@ batchMsg mb_mod_index recomp
liftIO $ do
if recomp
then showMsg "Compiling "
else if verbosity (hsc_dflags hsc_env) >=
2
else if verbosity (hsc_dflags hsc_env) >=
1
then showMsg "Skipping "
else return ()
...
...
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