X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FDataflow.hs;h=35cf266dbacdb373c2936dfec5b1b695437e1526;hb=1241c26f3552a2037263769e5ef7fa68d9f3be36;hp=9295b41cef5f2acedd6ede2f6b673801441222b7;hpb=dd1dfdbf94caedd277bea1c76ec18095561afc9a;p=ghc-hetmet.git diff --git a/compiler/cmm/Dataflow.hs b/compiler/cmm/Dataflow.hs index 9295b41..35cf266 100644 --- a/compiler/cmm/Dataflow.hs +++ b/compiler/cmm/Dataflow.hs @@ -1,3 +1,10 @@ +{-# 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 Dataflow ( fixedpoint ) where