purescript / psc-package

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

Give warning on users attempting to prefix `purescript-` #120

Closed justinwoo closed 6 years ago

justinwoo commented 6 years ago

e.g. psc-package install purescript-aff should warn

paf31 commented 6 years ago

Now I can't release my purescript-purescript-parser library without users getting a warning! :)

justinwoo commented 6 years ago

I know right?? I was thinking that it'd be a final check if no package was found, not eager

paf31 commented 6 years ago

Gotcha. I'll retract my 👎 then.

justinwoo commented 6 years ago

Fixed by #125