purescript / psc-package

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

Verifying a single package shouldn't download more than it needs #92

Closed justinwoo closed 6 years ago

justinwoo commented 6 years ago

This is a real annoyance when wanting to make a single change when you haven't already downloaded everything. psc-package verify choco-pie should only ensure installation of choco-pie's dependencies and its reverse dependencies.