Closed seagreen closed 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?
psc-package build
psc-package update
(It would also fix #31)
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.
update
build
This would make
psc-package build
more declarative by not having it depend on whether you've runpsc-package update
or not. Stack does it and it's really nice. Would this be a good change?