X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FjavaGen%2FJavaGen.lhs;h=513879a8769f3bc72a5ad01e0f4d416da539301d;hb=4c6a3f787abcaed009a574196d82237d9ae64fc8;hp=a3925b18e8b8222ab72ce4e7c8cd76e44b97db3e;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/javaGen/JavaGen.lhs b/compiler/javaGen/JavaGen.lhs index a3925b1..513879a 100644 --- a/compiler/javaGen/JavaGen.lhs +++ b/compiler/javaGen/JavaGen.lhs @@ -42,6 +42,13 @@ $i for instances. $k for keyword nameclash avoidance. \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 JavaGen( javaGen ) where import Java