X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FilxGen%2FIlxGen.lhs;h=ea579f104917a2a8975f720819c53f734255ac1d;hb=aafdba3bce91afb003f5f50e001e141744837bae;hp=19e9f76ecf38a17857774440266774152faf5985;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/ilxGen/IlxGen.lhs b/compiler/ilxGen/IlxGen.lhs index 19e9f76..ea579f1 100644 --- a/compiler/ilxGen/IlxGen.lhs +++ b/compiler/ilxGen/IlxGen.lhs @@ -2,6 +2,13 @@ \section{Generate .NET extended IL} \begin{code} +{-# 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 IlxGen( ilxGen ) where #include "HsVersions.h"