X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcTyDecls.lhs;h=de22c637080b2f7945703ad908429045e9de1a26;hb=288213d7c2c65fa68ca466c1a1a3378e24fa1151;hp=d05ade3049165b0e0115454b581d3ab8e33c0fc0;hpb=fc867aa70e3bc8753287cf1f5e9a5adb05c38dc6;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcTyDecls.lhs b/compiler/typecheck/TcTyDecls.lhs index d05ade3..de22c63 100644 --- a/compiler/typecheck/TcTyDecls.lhs +++ b/compiler/typecheck/TcTyDecls.lhs @@ -9,6 +9,13 @@ This stuff is only used for source-code decls; it's recorded in interface files for imported data types. \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 TcTyDecls( calcRecFlags, calcClassCycles, calcSynCycles