[commit: ghc] master: Move Cabal Binary instances from bin-package-db to ghc-pkg itself (0af7d0c)

git at git.haskell.org git at git.haskell.org
Fri Aug 29 14:04:01 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0af7d0c10b6370d370b2cdfc4010217be735c3c7/ghc

>---------------------------------------------------------------

commit 0af7d0c10b6370d370b2cdfc4010217be735c3c7
Author: Duncan Coutts <duncan at well-typed.com>
Date:   Fri Aug 22 15:08:24 2014 +0100

    Move Cabal Binary instances from bin-package-db to ghc-pkg itself
    
    The ghc-pkg program of course still depends on Cabal, it's just the
    bin-package-db library (shared between ghc and ghc-pkg) that does not.


>---------------------------------------------------------------

0af7d0c10b6370d370b2cdfc4010217be735c3c7
 .../Distribution/InstalledPackageInfo/Binary.hs    | 168 ---------------------
 libraries/bin-package-db/bin-package-db.cabal      |  10 +-
 utils/ghc-pkg/Main.hs                              | 152 ++++++++++++++++++-
 3 files changed, 152 insertions(+), 178 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 0af7d0c10b6370d370b2cdfc4010217be735c3c7


More information about the ghc-commits mailing list