purescript / spago

🍝 PureScript package manager and build tool
BSD 3-Clause "New" or "Revised" License
792 stars 132 forks source link

Fix upgrade command to pull the registry before looking up the latest set #1214

Closed f-f closed 7 months ago

f-f commented 7 months ago

Fix #1212: Spago was not pulling updates from the Registry repo when the lockfile was not present or needed a refresh.

This PR does that, and we also: