Skip to content
  • Duncan Coutts's avatar
    Rewrite getUpgradableDeps so it's simpler and linear time · b9a31841
    Duncan Coutts authored
    Also change so that instead of giving the available package with
    the highest version number (where that is higher than the installed
    package) it gives us a dependency on a version of the package that
    is strictly greater than the one installed. This is more flexible
    since when resolving we do not necessarily have to pick the very
    latest version if that turns out not to be possible.
    b9a31841