[commit: Cabal] master: Switch the defaultResolver to the new topDownResolver (ba0df21)

Ian Lynagh igloo at earth.li
Fri Jun 24 01:54:46 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/ba0df2174114387ce62aa0884008978bfa78ff7f

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

commit ba0df2174114387ce62aa0884008978bfa78ff7f
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