[project @ 2004-11-30 10:46:58 by simonmar]
authorsimonmar <unknown>
Tue, 30 Nov 2004 10:46:58 +0000 (10:46 +0000)
committersimonmar <unknown>
Tue, 30 Nov 2004 10:46:58 +0000 (10:46 +0000)
Add space to error message

ghc/compiler/main/Packages.lhs

index d3a942b..8a317c0 100644 (file)
@@ -382,7 +382,7 @@ overlappingError pkg overlaps
 multiplePackagesErr str ps =
   throwDyn (CmdLineError (showSDoc (
                   text "Error; multiple packages match" <+> 
-                       text str <> colon <>
+                       text str <> colon <+>
                    sep (punctuate comma (map (text.showPackageId.package) ps))
                )))