-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PureScript 0.15 support #54
Comments
Sorry about the very delayed response. I haven't actually seen what changed in 0.15.x, but I think what you propose sounds good. Lemme take a minute to get up to speed first on how things work here again (haven't looked at this package in over a year). |
The error I'm seeing is
The same error message came up in foreign-generic, too. |
It appears that https://github.com/jmatsushita/purescript-option/tree/upgrade-codec solves this |
Would you accept a PR for changes to support PureScript v0.15? I think the biggest change is swapping out
RLProxy
for justProxy
(and I would think makingProxy
used concretely everywhere instead of a type parameter now that it is the canonical proxy type)The text was updated successfully, but these errors were encountered: