From: Ian Lynagh Date: Sat, 29 Jul 2006 19:29:46 +0000 (+0000) Subject: Refactor ghc-pkg X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=34b0bd51383120fe9a2da21d5c0af3c9a662e598;hp=34b0bd51383120fe9a2da21d5c0af3c9a662e598;p=ghc-hetmet.git 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. ---