summaryrefslogtreecommitdiff
path: root/compiler/iface
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2008-07-07 10:31:10 +0000
committersimonpj@microsoft.com <unknown>2008-07-07 10:31:10 +0000
commit4cc1ed3b25dd2c565341665b3b4175dfdbc4328f (patch)
treef4570a2397ab2f16d386830a2da88b7cb2118117 /compiler/iface
parent4f6437613948d90abc9f1e337ad6eb2209186526 (diff)
downloadhaskell-4cc1ed3b25dd2c565341665b3b4175dfdbc4328f.tar.gz
White space only
Diffstat (limited to 'compiler/iface')
-rw-r--r--compiler/iface/TcIface.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/iface/TcIface.lhs b/compiler/iface/TcIface.lhs
index 4bc6a48393..43ec524d36 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