Don't emit 'Skipping' messages unless -v2 or higher is on
authorDon Stewart <dons@cse.unsw.edu.au>
Sat, 10 Jun 2006 14:57:13 +0000 (14:57 +0000)
committerDon Stewart <dons@cse.unsw.edu.au>
Sat, 10 Jun 2006 14:57:13 +0000 (14:57 +0000)
commit01a5114380c0b04ce0f3f3e9563de8ed02ebe0d3
treef51367eeafc43cc8cdbaa89138a3804ebaee96de
parentf743f6f36762737c59f8bab358dc111dc22c1167
Don't emit 'Skipping' messages unless -v2 or higher is on

Following GNU make, this patch makes GHC not emit messages about modules
its skipping. This makes builds much quieter, and its a lot easier to
work out what effects a change had on the code.

The current behaviour can be recovered with -v2
compiler/main/HscMain.lhs