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.11 #28

Merged
merged 4 commits into from
May 3, 2017
Merged

Purescript 0.11 #28

merged 4 commits into from
May 3, 2017

Conversation

legrostdg
Copy link

@legrostdg legrostdg commented May 1, 2017

Fixes #27

@legrostdg
Copy link
Author

Next error:

Error found:
in module ServerAPI
at src/ServerAPI.purs line 10, column 1 - line 10, column 41

  Module Data.Argonaut.Printer was not found.
  Make sure the source file exists, and that it has been provided as an input to psc.

@themoritz
Copy link
Contributor

@legrostdg it seems the Data.Argonaut.Printer module along with the printJson function was removed from purescript-argonaut-core. I think you can instead use stringify from Data.Argonaut.Core (see

Just _ -> "printJson <<< encodeJson $ reqBody"
)

@legrostdg
Copy link
Author

@themoritz Thanks, that was also my guess for an easy fix :-).

It compiles with my last commits.

@themoritz
Copy link
Contributor

Awesome, thanks for making these changes!

@legrostdg
Copy link
Author

also, partially fixes #18

@eskimor eskimor merged commit 2029173 into eskimor:master May 3, 2017
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

Successfully merging this pull request may close these issues.

3 participants