Refactor ghc-pkg
authorIan Lynagh <igloo@earth.li>
Sat, 29 Jul 2006 19:29:46 +0000 (19:29 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 29 Jul 2006 19:29:46 +0000 (19:29 +0000)
commit34b0bd51383120fe9a2da21d5c0af3c9a662e598
tree53cdc0dfa03b5556218337a86602279885b17116
parentede4c6f2996fce6f94c0edea7ef99da7e971396a
Refactor ghc-pkg
This patch fixes a couple of issues with the
    Be lazier in user config creation, and don't fail on missing configs.
patch. It puts the createDirectoryIfMissing back in and removes assumptions
that the package.conf file already exists.
utils/ghc-pkg/Main.hs