From 69c8f763c66529cd2b38629c31825c646605695e Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 27 May 2002 14:36:45 +0000 Subject: [haddock @ 2002-05-27 14:36:45 by simonmar] warning message tweak --- src/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Main.hs b/src/Main.hs index 288d1632..504a0e66 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -229,8 +229,8 @@ mkInterface mod_map filename name_strings = nub (map show missing_names) when (not (null name_strings)) $ - tell ["Warning: in module " ++ show mod ++ - ", the following names could not be resolved:\n\ + tell ["Warning: " ++ show mod ++ + ": the following names could not be resolved:\n\ \ " ++ concat (map (' ':) name_strings) ] -- cgit v1.2.3