Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : local-gc
http://hackage.haskell.org/trac/ghc/changeset/4da7b4ae7d6344d5ab6a1eafe39d04d850183a4a >--------------------------------------------------------------- commit 4da7b4ae7d6344d5ab6a1eafe39d04d850183a4a Author: Simon Marlow <[email protected]> Date: Sat Jun 4 11:10:49 2011 +0100 comment typo >--------------------------------------------------------------- compiler/typecheck/TcRnDriver.lhs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/typecheck/TcRnDriver.lhs b/compiler/typecheck/TcRnDriver.lhs index 7af30ba..6850846 100644 --- a/compiler/typecheck/TcRnDriver.lhs +++ b/compiler/typecheck/TcRnDriver.lhs @@ -246,7 +246,7 @@ tcRnImports hsc_env this_mod import_decls -- found. ; loadOrphanModules (imp_orphs imports) False - -- Check type-familily consistency + -- Check type-family consistency ; traceRn (text "rn1: checking family instance consistency") ; let { dir_imp_mods = moduleEnvKeys . imp_mods _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
