0.7.0.0
Breaking changes:
- The NPM package
purescript-spagois now deprecated. New releases will be published only to the packagespago(#115, #44)
You can install the package withnpm install -g spago - Spacchetti has been merged in the official package-set: this means that
spagowill now use that as the reference package-set. (#120)
As a result of this, the commandspago spacchetti-upgradehas been renamed tospago package-set-upgrade.
New features:
- Support Windows in NPM install (#121, #109)
- Add
spago freezecommand to recompute hashes of the package-set (#113) - Add
spago verifyandspago verify-setcommands (#108, #14) - Add the
--filterflag tospago list-packages, to filter by direct and transitive deps (#106, #108, thanks @kedashoe!) - Check that the version of the installed compiler is at least what the package-set requires (#101, #107, #117, #116)
Other improvements: