diff options
author | simonmar <unknown> | 2005-01-11 10:44:37 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-01-11 10:44:37 +0000 |
commit | eba2fc4e0360a17df48ec49a1584d760a6538653 (patch) | |
tree | 9ddd0f4485366baf40658fa91651aebc15848f77 | |
parent | ff11fc2c46c2611a06ab7b84b8d502be88519d01 (diff) |
[haddock @ 2005-01-11 10:44:37 by simonmar]
Remove string gap
-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 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 { |