summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcMatches.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcMatches.lhs')
-rw-r--r--compiler/typecheck/TcMatches.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcMatches.lhs b/compiler/typecheck/TcMatches.lhs
index 867f9dfc4f..08ce7745d3 100644
--- a/compiler/typecheck/TcMatches.lhs
+++ b/compiler/typecheck/TcMatches.lhs
@@ -10,7 +10,7 @@ TcMatches: Typecheck some @Matches@
-- 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 TcMatches ( tcMatchesFun, tcGRHS, tcGRHSsPat, tcMatchesCase, tcMatchLambda,