I’d like to verify that purescript-halogen-select will be ready to release as soon as the new compiler version is out, but I’ve had some trouble checking it against the new compiler version.
Is there a recommended set of steps for library authors to test their code against the release candidate?
So far, I’ve simply updated my dev dependencies in package.json to the candidate:
"devDependencies": {
"pulp": "^12.2.0",
"purescript": "^0.12.0-rc1"
},
However, it turns out the release candidate isn’t on NPM:
Is there another recommended way to test this out?