patch applied (cabal): "Export the list of InstalledPackageInfo fields" and 1 others
Wed May 25 04:45:01 PDT 2011 Duncan Coutts <duncan@community.haskell.org> * Export the list of InstalledPackageInfo fields To allow parsers & pretty-printers for extensions of the format. M ./Distribution/InstalledPackageInfo.hs -5 +7 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal;a=darcs_commitdiff;h=2... Wed May 25 04:47:42 PDT 2011 Duncan Coutts <duncan@community.haskell.org> * Support ${pkgroot}-relative paths in installed package info from hc-pkg See http://hackage.haskell.org/trac/ghc/ticket/3268 In new versions of ghc-pkg, ghc-pkg dump will emit an extra field like pkgroot: /the/path/that/is/the/pkgroot and other fields may contain ${pkgroot}, e.g. library-dirs: ${pkgroot}/blah/ This allows relocatable packages, with package files installed relative to the package database itself. M ./Distribution/Simple/Program/HcPkg.hs -7 +66 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal;a=darcs_commitdiff;h=2...
participants (1)
-
Duncan Coutts