From: Ian Lynagh Date: Sat, 25 Nov 2006 00:34:44 +0000 (+0000) Subject: Change a comma to a colon X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4bd1e966ffb4985f180e9728328ff7e3e7b37bb1 Change a comma to a colon --- diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs index 75a3397..414ec37 100644 --- a/utils/ghc-pkg/Main.hs +++ b/utils/ghc-pkg/Main.hs @@ -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