purescript / psc-package

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

Psc-package build shouldn't tell me "installing" over and over #99

Closed justinwoo closed 6 years ago

justinwoo commented 6 years ago

Just kind of unpleasant to see

Dretch commented 6 years ago

What should it do instead?

Should it announce what it is about to do (or perhaps, has done) - e.g. Installing 3 packages, 32 already installed..., or just say nothing?

justinwoo commented 6 years ago

Yeah, seems like it should try to do a simple check of what all changes are needed and display any worklog greater than 1

justinwoo commented 6 years ago

Fixed by the referenced PR