From: simonpj@microsoft.com Date: Fri, 6 Oct 2006 14:00:34 +0000 (+0000) Subject: Print the 'skipping' messages at verbosity level 1 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=14a9478a67c6b4f43dc8bc06ef86c52ddb9e6f41;hp=84f4c1dfb0c39c5b48a8b960fc82ab10aeb10c84 Print the 'skipping' messages at verbosity level 1 --- diff --git a/compiler/main/HscMain.lhs b/compiler/main/HscMain.lhs index bea07c0..c511aa2 100644 --- a/compiler/main/HscMain.lhs +++ b/compiler/main/HscMain.lhs @@ -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 ()