X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FjavaGen%2FJava.lhs;h=f70363240b7d105fd0d891f06aa352fd0ae61d97;hp=368be03fc197cc19f130ab69b5fe8ad0acb9f8a3;hb=5664dcaca1117ac0ecf9188406e8539fc7f7fe78;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1 diff --git a/compiler/javaGen/Java.lhs b/compiler/javaGen/Java.lhs index 368be03..f703632 100644 --- a/compiler/javaGen/Java.lhs +++ b/compiler/javaGen/Java.lhs @@ -10,6 +10,13 @@ for the backend of GHC and to target languauges like Java sucessfully. -- Andy Gill \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 Java where \end{code}