[commit: ghc] wip/remove-cabal-dep: Move Cabal Binary instances from bin-package-db to ghc-pkg itself (00816ee)
git at git.haskell.org
git at git.haskell.org
Sun Aug 24 22:47:26 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/remove-cabal-dep
Link : http://ghc.haskell.org/trac/ghc/changeset/00816eef3ac657bf84ed96638f030bcbfa395f9f/ghc
>---------------------------------------------------------------
commit 00816eef3ac657bf84ed96638f030bcbfa395f9f
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.
>---------------------------------------------------------------
00816eef3ac657bf84ed96638f030bcbfa395f9f
.../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 00816eef3ac657bf84ed96638f030bcbfa395f9f
More information about the ghc-commits
mailing list