Skip to content
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

Open
ntwilson opened this issue Jun 27, 2022 · 3 comments
Open

PureScript 0.15 support #54

ntwilson opened this issue Jun 27, 2022 · 3 comments

Comments

@ntwilson
Copy link

Would you accept a PR for changes to support PureScript v0.15? I think the biggest change is swapping out RLProxy for just Proxy (and I would think making Proxy used concretely everywhere instead of a type parameter now that it is the canonical proxy type)

@joneshf
Copy link
Owner

joneshf commented Sep 19, 2022

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).

@mengwong
Copy link

The error I'm seeing is

Error found:
in module Option
at .spago/option/8506cbf1fd5d5465a9dc990dfe6f2960ae51c1ab/src/Option.purs:155:1 - 155:46 (line 155, column 1 - line 155, column 46)

  Module Type.Data.RowList was not found.
  Make sure the source file exists, and that it has been provided as an input to the compiler.


See https://github.com/purescript/documentation/blob/master/errors/ModuleNotFound.md for more information,
or to contribute content related to this error.

Type.Data.RowList appears to have gone away.

The same error message came up in foreign-generic, too.

@mengwong
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants