[commit: Cabal] master: Switch the defaultResolver to the new topDownResolver (b681e02)
Paolo Capriotti
p.capriotti at gmail.com
Tue May 8 00:15:26 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b681e0241762efc98ea16b30850c6c1a46a31189
>---------------------------------------------------------------
commit b681e0241762efc98ea16b30850c6c1a46a31189
Author: Duncan Coutts <duncan at haskell.org>
Date: Tue Jun 3 00:45:55 2008 +0000
Switch the defaultResolver to the new topDownResolver
Time for wider testing.
>---------------------------------------------------------------
cabal-install/Hackage/Dependency.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cabal-install/Hackage/Dependency.hs b/cabal-install/Hackage/Dependency.hs
index 838f16d..8b6bbdb 100644
--- a/cabal-install/Hackage/Dependency.hs
+++ b/cabal-install/Hackage/Dependency.hs
@@ -51,7 +51,7 @@ import Data.Set (Set)
import Control.Exception (assert)
defaultResolver :: DependencyResolver a
-defaultResolver = naiveResolver
+defaultResolver = topDownResolver
--for the brave: try the new topDownResolver, but only with --dry-run !!!
-- | Global policy for the versions of all packages.
More information about the Cvs-libraries
mailing list