X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Frename%2FRnExpr.lhs;h=fd4017fe2069c6c27510eca19ea5763aa4d88ba4;hb=37df27c6f21452c60c45b5cf6defc9003a41da15;hp=78ffe20108bd1950d326b23fd05d8bdaa8cfee8f;hpb=db769e483bd3aeddba118784638580c3abc373cc;p=ghc-hetmet.git diff --git a/compiler/rename/RnExpr.lhs b/compiler/rename/RnExpr.lhs index 78ffe20..fd4017f 100644 --- a/compiler/rename/RnExpr.lhs +++ b/compiler/rename/RnExpr.lhs @@ -10,6 +10,13 @@ general, all of these functions return a renamed thing, and a set of free variables. \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 RnExpr ( rnLExpr, rnExpr, rnStmts ) where