[commit: ghc] wip/th-new: fixup 0e308ffd403e7 (f9bfa1d)
git at git.haskell.org
git at git.haskell.org
Mon Sep 16 07:07:32 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/th-new
Link : http://ghc.haskell.org/trac/ghc/changeset/f9bfa1d8e6dd7edcc18f711d0fc8333d1e1b7b74/ghc
>---------------------------------------------------------------
commit f9bfa1d8e6dd7edcc18f711d0fc8333d1e1b7b74
Author: Geoffrey Mainland <mainland at apeiron.net>
Date: Sun Sep 15 17:07:36 2013 -0400
fixup 0e308ffd403e7
>---------------------------------------------------------------
f9bfa1d8e6dd7edcc18f711d0fc8333d1e1b7b74
compiler/rename/RnPat.lhs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/rename/RnPat.lhs b/compiler/rename/RnPat.lhs
index 7e5a57d..c36b3af 100644
--- a/compiler/rename/RnPat.lhs
+++ b/compiler/rename/RnPat.lhs
@@ -29,8 +29,8 @@ module RnPat (-- main entry points
-- CpsRn monad
CpsRn, liftCps,
- -- Literals
- rnLit, rnOverLit,
+ -- Literals
+ rnLit, rnOverLit,
-- Pattern Error messages that are also used elsewhere
checkTupSize, patSigErr
More information about the ghc-commits
mailing list