X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FMain.hs;h=f6e000216dddf96d600cc01b53876ebccd464905;hb=0c45d82423fcff64b43b95ab4882b26e7de560bf;hp=038a7b9238359b61c4de053b07486f496721553d;hpb=e11fa7a5e0025460df3b8562ccbf3ffd1db68d5d;p=ghc-hetmet.git diff --git a/compiler/main/Main.hs b/compiler/main/Main.hs index 038a7b9..f6e0002 100644 --- a/compiler/main/Main.hs +++ b/compiler/main/Main.hs @@ -7,6 +7,13 @@ -- ----------------------------------------------------------------------------- +{-# 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/Commentary/CodingStyle#Warnings +-- for details + module Main (main) where #include "HsVersions.h"