X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FMain.hs;h=f6e000216dddf96d600cc01b53876ebccd464905;hb=0c45d82423fcff64b43b95ab4882b26e7de560bf;hp=d1efe65ed8dd7c52ec126083d632be50ac300137;hpb=17b297d97d327620ed6bfab942f8992b2446f1bf;p=ghc-hetmet.git diff --git a/compiler/main/Main.hs b/compiler/main/Main.hs index d1efe65..f6e0002 100644 --- a/compiler/main/Main.hs +++ b/compiler/main/Main.hs @@ -7,11 +7,11 @@ -- ----------------------------------------------------------------------------- -{-# OPTIONS_GHC -w #-} +{-# OPTIONS -w #-} -- The above warning supression flag is a temporary kludge. -- While working on this module you are encouraged to remove it and fix -- any warnings in the module. See --- http://hackage.haskell.org/trac/ghc/wiki/WorkingConventions#Warnings +-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings -- for details module Main (main) where