summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcRules.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcRules.lhs')
-rw-r--r--compiler/typecheck/TcRules.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcRules.lhs b/compiler/typecheck/TcRules.lhs
index 2ef209c777..c9899f7940 100644
--- a/compiler/typecheck/TcRules.lhs
+++ b/compiler/typecheck/TcRules.lhs
@@ -10,7 +10,7 @@ TcRules: Typechecking transformation rules
-- 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
+-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
module TcRules ( tcRules ) where