purescript / psc-package

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

psc-package init with purescript 0.12.2 #147

Closed wjsetzer closed 5 years ago

wjsetzer commented 5 years ago

Purescript was updated a few days ago and it looks like currently psc-package isn't able to work with the new version.

justinwoo commented 5 years ago

What are you reporting in this issue? I did just now release purescript/package-sets tag "psc-0.12.2", so that will now install and work. Otherwise, the version it tries to use depends on the version of PureScript you have installed.

wjsetzer commented 5 years ago

Oops. I wasn't explicit, sorry.

Psc-package init was failing because it was unable to fetch a 0.12.2 branch.

justinwoo commented 5 years ago

Should work now, either by a new init or install

wjsetzer commented 5 years ago

It does indeed work now. Thanks!