X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcRules.lhs;h=2909910a0192f071db6477e42fbfaa2421f865e9;hb=235edf36cc202bb21c00d0e5e05ebf076fb0542e;hp=25abd581898cfcbfb47e8f727ecdf78b726492b7;hpb=14ec68724389d204e9121361e015ab776f348c5e;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcRules.lhs b/compiler/typecheck/TcRules.lhs index 25abd58..2909910 100644 --- a/compiler/typecheck/TcRules.lhs +++ b/compiler/typecheck/TcRules.lhs @@ -6,6 +6,13 @@ TcRules: Typechecking transformation rules \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 TcRules ( tcRules ) where #include "HsVersions.h"