X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FsimplStg%2FSimplStg.lhs;h=09ab87329b0bae079ed8c96304b02a5f11651eb1;hp=a7b2239cf1264d73271ed8d8a69c6369a1e79982;hb=7fc749a43b4b6b85d234fa95d4928648259584f4;hpb=61d2625ae2e6a4cdae2ffc92df828905e81c24cc diff --git a/compiler/simplStg/SimplStg.lhs b/compiler/simplStg/SimplStg.lhs index a7b2239..09ab873 100644 --- a/compiler/simplStg/SimplStg.lhs +++ b/compiler/simplStg/SimplStg.lhs @@ -4,6 +4,13 @@ \section[SimplStg]{Driver for simplifying @STG@ programs} \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 SimplStg ( stg2stg ) where #include "HsVersions.h"