patch applied (cabal): "Fix HcPkg.dump for the case of an empty database" and 1 others
Thu Feb 10 12:01:11 PST 2011 Duncan Coutts <duncan@community.haskell.org> * Fix HcPkg.dump for the case of an empty database Previously it returned the value [emptyInstalledPackageInfo] M ./Distribution/Simple/Program/HcPkg.hs -1 +7 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal;a=darcs_commitdiff;h=2... Thu Feb 10 12:06:03 PST 2011 Duncan Coutts <duncan@community.haskell.org> * Always use verbosity slient when calling hc-pkg dump We don't want to contaminate the hc-pkg output with info/debug messages. Coincidentally the messages that current ghc-pkg versions produce at -v2 verbosity level do not cause a problem. There's no reason to expect future versions to work that way however. M ./Distribution/Simple/Program/HcPkg.hs -2 +4 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal;a=darcs_commitdiff;h=2...
participants (1)
-
Duncan Coutts