X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fstranal%2FSaAbsInt.lhs;h=3be7102306b626e796b6dc019319c0a74d80e22c;hp=a6a79ec16696dd11c6cbfa5a3cd205664d071562;hb=ad94d40948668032189ad22a0ad741ac1f645f50;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1 diff --git a/compiler/stranal/SaAbsInt.lhs b/compiler/stranal/SaAbsInt.lhs index a6a79ec..3be7102 100644 --- a/compiler/stranal/SaAbsInt.lhs +++ b/compiler/stranal/SaAbsInt.lhs @@ -4,6 +4,13 @@ \section[SaAbsInt]{Abstract interpreter for strictness analysis} \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/CodingStyle#Warnings +-- for details + #ifndef OLD_STRICTNESS -- If OLD_STRICTNESS is off, omit all exports module SaAbsInt () where