From 76b1060bfd1e9b8eca8b511b5a826979eee32714 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 20 Feb 2008 17:08:43 +0000 Subject: [PATCH] CprAnalyse is warning-free --- compiler/cprAnalysis/CprAnalyse.lhs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/compiler/cprAnalysis/CprAnalyse.lhs b/compiler/cprAnalysis/CprAnalyse.lhs index d772508..d6525c5 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 -- 1.7.10.4