X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FsimplCore%2FSATMonad.lhs;h=2f126690be2bbfa38bee64a4803c02c866fd0c8a;hb=17b297d97d327620ed6bfab942f8992b2446f1bf;hp=9786f448af825a805347be3262e29de47fe4a89b;hpb=e11fa7a5e0025460df3b8562ccbf3ffd1db68d5d;p=ghc-hetmet.git diff --git a/compiler/simplCore/SATMonad.lhs b/compiler/simplCore/SATMonad.lhs index 9786f44..2f12669 100644 --- a/compiler/simplCore/SATMonad.lhs +++ b/compiler/simplCore/SATMonad.lhs @@ -10,6 +10,13 @@ 96/03: We aren't using the static-argument transformation right now. \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 SATMonad where #include "HsVersions.h"