X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fstranal%2FSaLib.lhs;h=18f468a4387c00683b4cb5bc6054efd39268cbf8;hb=30c122df62ec75f9ed7f392f24c2925675bf1d06;hp=338a351530dc207e53e0468f7846dc7ede7cc516;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/stranal/SaLib.lhs b/compiler/stranal/SaLib.lhs index 338a351..18f468a 100644 --- a/compiler/stranal/SaLib.lhs +++ b/compiler/stranal/SaLib.lhs @@ -6,6 +6,13 @@ See also: the ``library'' for the ``back end'' (@SaBackLib@). \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 + #ifndef OLD_STRICTNESS module SaLib () where #else