summaryrefslogtreecommitdiff
path: root/compiler/coreSyn
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-01 14:55:38 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-01 15:34:33 +0000
commit329c6cbdba84657b32c3049f3f73d89d475b4cad (patch)
tree92e11d6219019794698ea41c6db13d7ff56b1a03 /compiler/coreSyn
parent2de4a2aa66baf0492d94c6ea936349112e3e8dba (diff)
downloadhaskell-329c6cbdba84657b32c3049f3f73d89d475b4cad.tar.gz
Remove an out-of-date comment
Diffstat (limited to 'compiler/coreSyn')
-rw-r--r--compiler/coreSyn/PprExternalCore.lhs5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/coreSyn/PprExternalCore.lhs b/compiler/coreSyn/PprExternalCore.lhs
index 4ca4385ce1..24ee560cb1 100644
--- a/compiler/coreSyn/PprExternalCore.lhs
+++ b/compiler/coreSyn/PprExternalCore.lhs
@@ -4,11 +4,6 @@
\begin{code}
{-# OPTIONS_GHC -fno-warn-orphans #-}
--- The above warning supression flag is a temporary kludge.
--- While working on this module you are encouraged to remove it and
--- detab the module (please do the detabbing in a separate patch). See
--- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
--- for details
module PprExternalCore () where