You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code for this was already present, the latest version was simply only being displayed when a dependency was missing, so this was pretty easy. New output sample:
$ stack build --dry-run
While constructing the BuildPlan the following exceptions were encountered:
-- Failure when adding dependencies:
Cabal: needed (<1.1), latest is 1.22.4.0, but 1.18.1.5 found
needed for package: stack-0.1.1.0
Right now:
It would be nice to add the latest version to save me from having too find that elsewhere, perhaps like this:
Using the latest version is often what you want.
The text was updated successfully, but these errors were encountered: