Print the "skipping" messages at verbosity 2 again
[ghc-hetmet.git] / compiler / main / HscMain.lhs
index 50a015f..4da5943 100644 (file)
@@ -398,7 +398,7 @@ batchMsg mb_mod_index recomp
          liftIO $ do
          if recomp
             then showMsg "Compiling "
-            else if verbosity (hsc_dflags hsc_env) >= 1
+            else if verbosity (hsc_dflags hsc_env) >= 2
                     then showMsg "Skipping  "
                     else return ()