diff --git a/compiler/typecheck/TcRnMonad.lhs b/compiler/typecheck/TcRnMonad.lhs index 1d2772962ddf..452a105286b9 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}