Print the 'skipping' messages at verbosity level 1
authorsimonpj@microsoft.com <unknown>
Fri, 6 Oct 2006 14:00:34 +0000 (14:00 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 6 Oct 2006 14:00:34 +0000 (14:00 +0000)
compiler/main/HscMain.lhs

index bea07c0..c511aa2 100644 (file)
@@ -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 ()