-
Notifications
You must be signed in to change notification settings - Fork 32
Module ‘GraphQL.Value’ does not export ‘toValue’ #180
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
Comments
No. This compiles and executes from master, both in CI and on my laptop. Perhaps if you provided a minimal, reproducible set of steps which demonstrated the problem, along with a full error message we'd be in a better position to help (c.f. http://sscce.org/). |
Hey, thanks for your answer, so here's what I did:
And merely copied/pasted the examples in Main.hs:
I did give you all the meaningful error from the compiler:
And these errors go away when I replace these imports with the two lines I commented in the snippet above. |
Thanks. That makes things much clearer. The examples in master work with master. We have moved modules around since 0.3.0 and have not yet released it. You can see the examples for 0.3.0 here: https://github.com/haskell-graphql/graphql-api/tree/v0.3.0/tests/Examples |
In the examples folder the input object example use the following import statement which is not compiling:
Any idea what's going on ?
The text was updated successfully, but these errors were encountered: