Skip to content
Snippets Groups Projects
Commit 4d3f7b5e authored by bardur.arantsson's avatar bardur.arantsson
Browse files

Remove TODO mentioning top down solver

[ci skip]
parent be6c37dd
No related branches found
No related tags found
No related merge requests found
......@@ -338,9 +338,7 @@ dontUpgradeNonUpgradeablePackages params =
, pkgname <- map PackageName [ "base", "ghc-prim", "integer-gmp"
, "integer-simple" ]
, isInstalled pkgname ]
-- TODO: the top down resolver chokes on the base constraints
-- below when there are no targets and thus no dep on base.
-- Need to refactor constraints separate from needing packages.
isInstalled = not . null
. InstalledPackageIndex.lookupPackageName
(depResolverInstalledPkgIndex params)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment