[commit: ghc] master: Tiny wibble to trace message (ffe9a1e)
Simon Peyton Jones
simonpj at microsoft.com
Mon Apr 22 13:59:42 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/ffe9a1ef620036fcc7bfccc5edadc3c97589a108
>---------------------------------------------------------------
commit ffe9a1ef620036fcc7bfccc5edadc3c97589a108
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Sat Apr 6 00:07:10 2013 +0100
Tiny wibble to trace message
>---------------------------------------------------------------
compiler/typecheck/TcRnMonad.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcRnMonad.lhs b/compiler/typecheck/TcRnMonad.lhs
index 1d27729..452a105 100644
--- a/compiler/typecheck/TcRnMonad.lhs
+++ b/compiler/typecheck/TcRnMonad.lhs
@@ -1103,7 +1103,7 @@ traceTcConstraints :: String -> TcM ()
traceTcConstraints msg
= do { lie_var <- getConstraintVar
; lie <- readTcRef lie_var
- ; traceTc (msg ++ "LIE:") (ppr lie)
+ ; traceTc (msg ++ ": LIE:") (ppr lie)
}
\end{code}
More information about the ghc-commits
mailing list