X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FGHC.hs;h=87d07dedd036a3cc30ee5c07b9fcf2fd86478dc4;hp=37e90470c105fcd4b68ebd32a21e21a6db59b336;hb=cae75f82226638691cfa1e85fc168f4b65ddce4d;hpb=35c21b89f504b1db205c97d8a184d2e24a1f3cde diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index 37e9047..87d07de 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -994,7 +994,7 @@ mkModGuts coreModule = ModGuts { mg_rules = [], mg_binds = cm_binds coreModule, mg_foreign = NoStubs, - mg_deprecs = NoDeprecs, + mg_warns = NoWarnings, mg_hpc_info = emptyHpcInfo False, mg_modBreaks = emptyModBreaks, mg_vect_info = noVectInfo,