From: simonpj@microsoft.com Date: Mon, 7 Jul 2008 10:31:10 +0000 (+0000) Subject: White space only X-Git-Tag: Before_cabalised-GHC~66 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4cc1ed3b25dd2c565341665b3b4175dfdbc4328f;p=ghc-hetmet.git White space only --- diff --git a/compiler/iface/TcIface.lhs b/compiler/iface/TcIface.lhs index 4bc6a48..43ec524 100644 --- a/compiler/iface/TcIface.lhs +++ b/compiler/iface/TcIface.lhs @@ -980,7 +980,7 @@ tcIfaceGlobal name { type_env <- setLclEnv () get_type_env -- yuk ; case lookupNameEnv type_env name of Just thing -> return thing - Nothing -> pprPanic "tcIfaceGlobal (local): not found:" + Nothing -> pprPanic "tcIfaceGlobal (local): not found:" (ppr name $$ ppr type_env) } ; _ -> do