Fix the SPECIALISE error in the haddock invocation of validate
authorSimon Peyton Jones <simonpj@microsoft.com>
Mon, 13 Jun 2011 12:37:47 +0000 (13:37 +0100)
committerSimon Peyton Jones <simonpj@microsoft.com>
Mon, 13 Jun 2011 12:37:47 +0000 (13:37 +0100)
Specifically
 - Turn the error
       "You cannot SPECIALISE f because it is not INLINEABLE"
   into a warning

 - More importantly, suppress it altogether when
     HscTarget = HscNothing or HscInterpreted
   because then we aren't going to be generating unfoldings


No differences found