X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcSplice.lhs;h=f5c3ab82517024a9eec04145cf73332cb2dbee2b;hb=ee2571bd2a80683d33cf65a01942bc8be50a5e33;hp=ed025aea4d7b06f165d123f79894504d6e703853;hpb=530ced58cd18b165d03b6f62ff513c83c4fa4718;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcSplice.lhs b/compiler/typecheck/TcSplice.lhs index ed025ae..f5c3ab8 100644 --- a/compiler/typecheck/TcSplice.lhs +++ b/compiler/typecheck/TcSplice.lhs @@ -821,7 +821,7 @@ instance TH.Quasi (IOEnv (Env TcGblEnv TcLclEnv)) where ; return (TH.mkNameU s i) } qReport True msg = addErr (text msg) - qReport False msg = addReport (text msg) + qReport False msg = addReport (text msg) empty qLocation = do { m <- getModule ; l <- getSrcSpanM