[project @ 2001-04-30 10:51:18 by simonpj]
authorsimonpj <unknown>
Mon, 30 Apr 2001 10:51:19 +0000 (10:51 +0000)
committersimonpj <unknown>
Mon, 30 Apr 2001 10:51:19 +0000 (10:51 +0000)
-----------------------------
Better filtering for warnings
-----------------------------

* Add Opt_WarnMisc, to enable warnings not otherwise covered by Opt_Warn*
  in the renamer

* Add RnMonad.ifOptRn :: DynFlag -> RnM d a -> RnM d ()
  and use it many places instead of the clumsy direct code


No differences found