Hi. I’m trying to create a custom set which includes purescript-aff. I perform the following steps
- Cloned purescript/package-sets to purescript/package-sets
- Added purescript-aff from bower
- Tagged and pushed my changes
- Added my tag “aff.set-may-27-2018” to “sets” in psc-package.json and source “https://github.com/naglalakk/package-sets”
- Run psc-package install
but I get
I get “Package aff does not exist in package set”
A side question:
What is the plan with psc-package? Is it likely that a library such as purescript-aff will be added soon? Is there a switch from bower being worked on/planned?