[project @ 2003-11-27 09:30:54 by simonmar]
authorsimonmar <unknown>
Thu, 27 Nov 2003 09:30:54 +0000 (09:30 +0000)
committersimonmar <unknown>
Thu, 27 Nov 2003 09:30:54 +0000 (09:30 +0000)
Having tightened up GHC's syntax w.r.t. Haskell 98, it appears that
GHC itself was making use of the more lax syntax.

ghc/compiler/main/CmdLineOpts.lhs

index 44cce87..5faf8ac 100644 (file)
@@ -384,7 +384,7 @@ defaultDynFlags = DynFlags {
            Opt_IgnoreInterfacePragmas,
            Opt_OmitInterfacePragmas
 
-           ] ++ standardWarnings,
+           ] ++ standardWarnings
   }
 
 {-