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
62d3a032
Commit
62d3a032
authored
May 21, 2008
by
Duncan Coutts
Browse files
Remove the silly failing resolver demo
parent
93396185
Changes
1
Show whitespace changes
Inline
Side-by-side
cabal-install/Hackage/Dependency.hs
View file @
62d3a032
...
...
@@ -92,12 +92,6 @@ dependencyResolver resolver os arch comp installed available deps =
:
"The proposed (invalid) plan contained the following problems:"
:
map
InstallPlan
.
showPlanProblem
problems
-- | This is an example resolver that says that every package failed.
--
failingResolver
::
DependencyResolver
a
failingResolver
_
_
_
_
_
deps
=
Left
[
dep
|
UnresolvedDependency
dep
_
<-
deps
]
-- | Given the list of installed packages and available packages, figure
-- out which packages can be upgraded.
--
...
...
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