X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2FndpFlatten%2FFlattenInfo.hs;h=8d3434941f3f7bcedc033fa13ff456dc743f24d4;hb=17b297d97d327620ed6bfab942f8992b2446f1bf;hp=f759242455f00026b9c72246ac7e3653817a184e;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/ndpFlatten/FlattenInfo.hs b/compiler/ndpFlatten/FlattenInfo.hs index f759242..8d34349 100644 --- a/compiler/ndpFlatten/FlattenInfo.hs +++ b/compiler/ndpFlatten/FlattenInfo.hs @@ -18,6 +18,13 @@ --- TODO ---------------------------------------------------------------------- -- +{-# 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 FlattenInfo ( namesNeededForFlattening ) where