[project @ 2003-11-27 09:30:54 by simonmar]
[ghc-hetmet.git] / ghc / compiler / main / CmdLineOpts.lhs
index 44cce87..5faf8ac 100644 (file)
@@ -384,7 +384,7 @@ defaultDynFlags = DynFlags {
            Opt_IgnoreInterfacePragmas,
            Opt_OmitInterfacePragmas
 
-           ] ++ standardWarnings,
+           ] ++ standardWarnings
   }
 
 {-