diff options
-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) ] |