From eba2fc4e0360a17df48ec49a1584d760a6538653 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 11 Jan 2005 10:44:37 +0000 Subject: [haddock @ 2005-01-11 10:44:37 by simonmar] Remove string gap --- src/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Main.hs') diff --git a/src/Main.hs b/src/Main.hs index 09a326f2..dab996ea 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -443,8 +443,8 @@ mkInterface no_implicit_prelude verbose mod_map filename package when (not (null name_strings)) $ tell ["Warning: " ++ show mdl ++ - ": the following names could not be resolved:\n\ - \ " ++ concat (map (' ':) name_strings) + ": the following names could not be resolved:\n"++ + " " ++ concat (map (' ':) name_strings) ] return (mdl, Interface { -- cgit v1.2.3