X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FHscStats.lhs;h=e7b780af5b48cf40b829c4b5e380c21f78f3dbd9;hp=0327cce34ea53944151b2ba7ab16d04b04a594f8;hb=7fc749a43b4b6b85d234fa95d4928648259584f4;hpb=e3dd39bf230380f02d73efc287226117bb2eb47f diff --git a/compiler/main/HscStats.lhs b/compiler/main/HscStats.lhs index 0327cce..e7b780a 100644 --- a/compiler/main/HscStats.lhs +++ b/compiler/main/HscStats.lhs @@ -4,6 +4,13 @@ \section[GHC_Stats]{Statistics for per-module compilations} \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 HscStats ( ppSourceStats ) where #include "HsVersions.h"