allow for using local package sets by using a path instead of url by justinwoo · Pull Request #158 · purescript/psc-package (original) (raw)
This introduces allowing for local package sets to be used by path.
This is a breaking change for users who have been creating .psc-package/{setname}/.set/packages.json
files manually, of which there are a small number who do use this in their actual work projects. However, getting these users to upgrade should not prove to be a big problem, and they can simply change "source"
in their psc-package.json to the full path where they have been writing package sets.