Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
b681e024
Commit
b681e024
authored
Jun 03, 2008
by
Duncan Coutts
Browse files
Switch the defaultResolver to the new topDownResolver
Time for wider testing.
parent
280b20a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Hackage/Dependency.hs
View file @
b681e024
...
...
@@ -51,7 +51,7 @@ import Data.Set (Set)
import
Control.Exception
(
assert
)
defaultResolver
::
DependencyResolver
a
defaultResolver
=
naive
Resolver
defaultResolver
=
topDown
Resolver
--for the brave: try the new topDownResolver, but only with --dry-run !!!
-- | Global policy for the versions of all packages.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment