Change a comma to a colon
authorIan Lynagh <igloo@earth.li>
Sat, 25 Nov 2006 00:34:44 +0000 (00:34 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 25 Nov 2006 00:34:44 +0000 (00:34 +0000)
utils/ghc-pkg/Main.hs

index 75a3397..414ec37 100644 (file)
@@ -490,7 +490,7 @@ listPackages flags mPackageName = do
 
   where show_normal pkg_map (db_name,pkg_confs) =
          hPutStrLn stdout (render $
-               text db_name <> comma $$ nest 4 packages
+               text db_name <> colon $$ nest 4 packages
                )
           where packages = fsep (punctuate comma (map pp_pkg pkg_confs))
                 pp_pkg p