[commit: Cabal] master: Split the two resolvers out of the Dependency module (7d95ffa)
Paolo Capriotti
p.capriotti at gmail.com
Tue May 8 00:02:24 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7d95ffad83746484f078de43b94c980c0a24631e
>---------------------------------------------------------------
commit 7d95ffad83746484f078de43b94c980c0a24631e
Author: Duncan Coutts <duncan at haskell.org>
Date: Fri May 9 16:55:09 2008 +0000
Split the two resolvers out of the Dependency module
It's clearer what is the generic stuff and what is specific to the
current resolver. So it should be a bit easier to swap in new ones.
cabal-install/Hackage/Dependency.hs | 170 +--------------------------
cabal-install/Hackage/Dependency/Bogus.hs | 79 +++++++++++++
cabal-install/Hackage/Dependency/Naive.hs | 181 +++++++++++++++++++++++++++++
cabal-install/cabal-install.cabal | 2 +
4 files changed, 268 insertions(+), 164 deletions(-)
Diff suppressed because of size. To see it, use:
git show 7d95ffad83746484f078de43b94c980c0a24631e
More information about the Cvs-libraries
mailing list