From 2bc65a500cf6fde3de37f06356b4be29aff31004 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 22 Jan 2010 13:08:53 +0000 Subject: [PATCH] Remove an out-of-date comment --- compiler/typecheck/TcRnDriver.lhs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compiler/typecheck/TcRnDriver.lhs b/compiler/typecheck/TcRnDriver.lhs index f8c6c4c..1dcd819 100644 --- a/compiler/typecheck/TcRnDriver.lhs +++ b/compiler/typecheck/TcRnDriver.lhs @@ -5,12 +5,6 @@ \section[TcModule]{Typechecking a whole module} \begin{code} --- 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 - module TcRnDriver ( #ifdef GHCI tcRnStmt, tcRnExpr, tcRnType, -- 1.7.10.4