X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FsimplCore%2FFloatOut.lhs;h=da59e91403bebb68aa7ef15b3d5784b201c3c220;hp=deefe90d54853b0e78962c634eb3ecf65af5cacb;hb=ad94d40948668032189ad22a0ad741ac1f645f50;hpb=45202530612593a0ba7a6c559a38dc1ff26670a4 diff --git a/compiler/simplCore/FloatOut.lhs b/compiler/simplCore/FloatOut.lhs index deefe90..da59e91 100644 --- a/compiler/simplCore/FloatOut.lhs +++ b/compiler/simplCore/FloatOut.lhs @@ -6,11 +6,11 @@ ``Long-distance'' floating of bindings towards the top level. \begin{code} -{-# OPTIONS_GHC -w #-} +{-# 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/WorkingConventions#Warnings +-- http://hackage.haskell.org/trac/ghc/wiki/CodingStyle#Warnings -- for details module FloatOut ( floatOutwards ) where