From: sof Date: Tue, 29 Oct 2002 15:48:25 +0000 (+0000) Subject: [project @ 2002-10-29 15:48:25 by sof] X-Git-Tag: Approx_11550_changesets_converted~1493 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=69d02b38ff61c60f41d0a6a5b58fdb511091d33f;p=ghc-hetmet.git [project @ 2002-10-29 15:48:25 by sof] err msg wibble --- diff --git a/ghc/compiler/ghci/Linker.lhs b/ghc/compiler/ghci/Linker.lhs index f7e0c80..a3dc62e 100644 --- a/ghc/compiler/ghci/Linker.lhs +++ b/ghc/compiler/ghci/Linker.lhs @@ -255,7 +255,7 @@ getLinkDeps hpt pit mods no_iface mod = ptext SLIT("No iface for") <+> ppr mod -- This one is a GHC bug - no_obj mod = dieWith (ptext SLIT("No compiled code for for") <+> ppr mod) + no_obj mod = dieWith (ptext SLIT("No compiled code for") <+> ppr mod) -- This one is a build-system bug get_linkable mod_name -- A home-package module