diff options
author | Ian Lynagh <igloo@earth.li> | 2008-02-20 17:08:43 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-02-20 17:08:43 +0000 |
commit | 76b1060bfd1e9b8eca8b511b5a826979eee32714 (patch) | |
tree | 75853e659df1f25038acbeb76e5791d9ea6de519 /compiler/cprAnalysis | |
parent | d07f6e620d449ef57e82698508bfff2dbf8b8063 (diff) | |
download | haskell-76b1060bfd1e9b8eca8b511b5a826979eee32714.tar.gz |
CprAnalyse is warning-free
Diffstat (limited to 'compiler/cprAnalysis')
-rw-r--r-- | compiler/cprAnalysis/CprAnalyse.lhs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/cprAnalysis/CprAnalyse.lhs b/compiler/cprAnalysis/CprAnalyse.lhs index d77250863e..d6525c547c 100644 --- a/compiler/cprAnalysis/CprAnalyse.lhs +++ b/compiler/cprAnalysis/CprAnalyse.lhs @@ -4,13 +4,6 @@ constructed product result} \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 CprAnalyse ( ) where |