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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
2e9f2703
Commit
2e9f2703
authored
Oct 03, 2001
by
simonmar
Browse files
[project @ 2001-10-03 08:16:49 by simonmar]
Don't print the "compilation IS NOT required" in quiet mode (-v0).
parent
06e4583d
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/compiler/main/HscMain.lhs
View file @
2e9f2703
...
@@ -161,6 +161,7 @@ hscNoRecomp ghci_mode dflags have_object
...
@@ -161,6 +161,7 @@ hscNoRecomp ghci_mode dflags have_object
mod location (Just old_iface) hst hit pcs_ch
mod location (Just old_iface) hst hit pcs_ch
| ghci_mode == OneShot
| ghci_mode == OneShot
= do {
= do {
when (verbosity dflags > 0) $
hPutStrLn stderr "compilation IS NOT required";
hPutStrLn stderr "compilation IS NOT required";
let { bomb = panic "hscNoRecomp:OneShot" };
let { bomb = panic "hscNoRecomp:OneShot" };
return (HscNoRecomp pcs_ch bomb bomb)
return (HscNoRecomp pcs_ch bomb bomb)
...
...
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