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 <[email protected]>
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.



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to