diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-01 14:55:38 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-01 15:34:33 +0000 |
commit | 329c6cbdba84657b32c3049f3f73d89d475b4cad (patch) | |
tree | 92e11d6219019794698ea41c6db13d7ff56b1a03 /compiler/coreSyn | |
parent | 2de4a2aa66baf0492d94c6ea936349112e3e8dba (diff) | |
download | haskell-329c6cbdba84657b32c3049f3f73d89d475b4cad.tar.gz |
Remove an out-of-date comment
Diffstat (limited to 'compiler/coreSyn')
-rw-r--r-- | compiler/coreSyn/PprExternalCore.lhs | 5 |
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 |