purescript / psc-package

A package manager for PureScript based on package sets
https://psc-package.readthedocs.io
Other
229 stars 45 forks source link

Consider folding the `update` command into `build` #32

Closed seagreen closed 7 years ago

seagreen commented 7 years ago

This would make psc-package build more declarative by not having it depend on whether you've run psc-package update or not. Stack does it and it's really nice. Would this be a good change?

seagreen commented 7 years ago

(It would also fix #31)

paf31 commented 7 years ago

I have no objection to this, but I think we need to keep update, since that command is used by other backends which don't use build.