Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : type-holes-branch
http://hackage.haskell.org/trac/ghc/changeset/81d1556399b751d65598bb1f735bbfbf6e64c552 >--------------------------------------------------------------- commit 81d1556399b751d65598bb1f735bbfbf6e64c552 Author: Thijs Alkemade <[email protected]> Date: Wed Jul 18 14:16:30 2012 +0200 Another whitespace revert. >--------------------------------------------------------------- compiler/rename/RnTypes.lhs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/rename/RnTypes.lhs b/compiler/rename/RnTypes.lhs index 18db559..ed21440 100644 --- a/compiler/rename/RnTypes.lhs +++ b/compiler/rename/RnTypes.lhs @@ -12,8 +12,8 @@ -- for details module RnTypes ( - -- Type related stuff - rnHsType, rnLHsType, rnLHsTypes, rnContext, + -- Type related stuff + rnHsType, rnLHsType, rnLHsTypes, rnContext, rnHsKind, rnLHsKind, rnLHsMaybeKind, rnHsSigType, rnLHsInstType, rnConDeclFields, newTyVarNameRn, _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
