From 4bd1e966ffb4985f180e9728328ff7e3e7b37bb1 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 25 Nov 2006 00:34:44 +0000 Subject: [PATCH] Change a comma to a colon --- utils/ghc-pkg/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4