From 69d02b38ff61c60f41d0a6a5b58fdb511091d33f Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 29 Oct 2002 15:48:25 +0000 Subject: [PATCH] [project @ 2002-10-29 15:48:25 by sof] err msg wibble --- ghc/compiler/ghci/Linker.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4