X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FHscStats.lhs;h=21d47eb32c2d4d83696711fe57f8e528b5a0c0c7;hp=0327cce34ea53944151b2ba7ab16d04b04a594f8;hb=17b297d97d327620ed6bfab942f8992b2446f1bf;hpb=e3dd39bf230380f02d73efc287226117bb2eb47f diff --git a/compiler/main/HscStats.lhs b/compiler/main/HscStats.lhs index 0327cce..21d47eb 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_GHC -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/WorkingConventions#Warnings +-- for details + module HscStats ( ppSourceStats ) where #include "HsVersions.h"