X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcSplice.lhs;h=f5c3ab82517024a9eec04145cf73332cb2dbee2b;hb=e6ca2d4ac1e3d86bd93e5884fbae03151c708862;hp=ed025aea4d7b06f165d123f79894504d6e703853;hpb=ad28266379799afebc6f603af81696963744d230;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