[commit: ghc] wip/names3: LoadIface: Add whitespace (12fe80d)
git at git.haskell.org
git at git.haskell.org
Thu Sep 8 18:51:58 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/names3
Link : http://ghc.haskell.org/trac/ghc/changeset/12fe80d3b1098d08b56eb489b3959677d2640148/ghc
>---------------------------------------------------------------
commit 12fe80d3b1098d08b56eb489b3959677d2640148
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Aug 22 12:01:13 2016 -0400
LoadIface: Add whitespace
>---------------------------------------------------------------
12fe80d3b1098d08b56eb489b3959677d2640148
compiler/iface/LoadIface.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/iface/LoadIface.hs b/compiler/iface/LoadIface.hs
index c5c3538..9c38462 100644
--- a/compiler/iface/LoadIface.hs
+++ b/compiler/iface/LoadIface.hs
@@ -138,7 +138,7 @@ importDecl name
{ eps <- getEps
; case lookupTypeEnv (eps_PTE eps) name of
Just thing -> return (Succeeded thing)
- Nothing -> return $ Failed (ifPprDebug (found_things_msg eps) $$ not_found_msg)
+ Nothing -> return $ Failed (ifPprDebug (found_things_msg eps $$ empty) $$ not_found_msg)
}}}
where
nd_doc = text "Need decl for" <+> ppr name
More information about the ghc-commits
mailing list