summaryrefslogtreecommitdiff
path: root/compiler/simplStg/StgStats.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/simplStg/StgStats.lhs')
-rw-r--r--compiler/simplStg/StgStats.lhs7
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/simplStg/StgStats.lhs b/compiler/simplStg/StgStats.lhs
index 7b341fa345..307cd243df 100644
--- a/compiler/simplStg/StgStats.lhs
+++ b/compiler/simplStg/StgStats.lhs
@@ -21,6 +21,13 @@ The program gather statistics about
\end{enumerate}
\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 StgStats ( showStgStats ) where
#include "HsVersions.h"