From: simonmar Date: Thu, 27 Nov 2003 09:30:54 +0000 (+0000) Subject: [project @ 2003-11-27 09:30:54 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~226 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=687fa3b2ed2db125575dc7065d4b7044924e66a1;p=ghc-hetmet.git [project @ 2003-11-27 09:30:54 by simonmar] Having tightened up GHC's syntax w.r.t. Haskell 98, it appears that GHC itself was making use of the more lax syntax. --- diff --git a/ghc/compiler/main/CmdLineOpts.lhs b/ghc/compiler/main/CmdLineOpts.lhs index 44cce87..5faf8ac 100644 --- a/ghc/compiler/main/CmdLineOpts.lhs +++ b/ghc/compiler/main/CmdLineOpts.lhs @@ -384,7 +384,7 @@ defaultDynFlags = DynFlags { Opt_IgnoreInterfacePragmas, Opt_OmitInterfacePragmas - ] ++ standardWarnings, + ] ++ standardWarnings } {-