aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-05-27 14:36:45 +0000
committersimonmar <unknown>2002-05-27 14:36:45 +0000
commit69c8f763c66529cd2b38629c31825c646605695e (patch)
treeb01307f791efb69c806a062aea5f1e4c0e84105d /src
parent592aae6628e009bfef8826093daa78d0d9d9a254 (diff)
[haddock @ 2002-05-27 14:36:45 by simonmar]
warning message tweak
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs4
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)
]