X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcRules.lhs;h=db7c805caa8036a7d148a60ca510d0b818cf7e5c;hp=25abd581898cfcbfb47e8f727ecdf78b726492b7;hb=ad94d40948668032189ad22a0ad741ac1f645f50;hpb=14ec68724389d204e9121361e015ab776f348c5e diff --git a/compiler/typecheck/TcRules.lhs b/compiler/typecheck/TcRules.lhs index 25abd58..db7c805 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/CodingStyle#Warnings +-- for details + module TcRules ( tcRules ) where #include "HsVersions.h"