From 687fa3b2ed2db125575dc7065d4b7044924e66a1 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 27 Nov 2003 09:30:54 +0000 Subject: [PATCH] [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. --- ghc/compiler/main/CmdLineOpts.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } {- -- 1.7.10.4