diff options
author | simonmar <unknown> | 2002-05-27 14:36:45 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-05-27 14:36:45 +0000 |
commit | 69c8f763c66529cd2b38629c31825c646605695e (patch) | |
tree | b01307f791efb69c806a062aea5f1e4c0e84105d /src/Main.hs | |
parent | 592aae6628e009bfef8826093daa78d0d9d9a254 (diff) |
[haddock @ 2002-05-27 14:36:45 by simonmar]
warning message tweak
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 4 |
1 files 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) ] |