X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FjavaGen%2FPrintJava.lhs;h=7ed295ca68815872cffad0746f19575cb0b42268;hb=5699ec476d64d48b7fcf6812238406e1eea91bef;hp=eb2811d38f1efe4d413ed9d18cc9f4cd3cb615da;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/javaGen/PrintJava.lhs b/compiler/javaGen/PrintJava.lhs index eb2811d..7ed295c 100644 --- a/compiler/javaGen/PrintJava.lhs +++ b/compiler/javaGen/PrintJava.lhs @@ -4,6 +4,13 @@ \section{Generate Java} \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 PrintJava( compilationUnit ) where import Java