paulyoung / purescript-corefn

A library for working with the PureScript functional core.
Apache License 2.0
23 stars 7 forks source link

Port for purescript 0.11 #39

Closed zudov closed 7 years ago

zudov commented 7 years ago

Updates needed to make it compile, work and pass the tests with 0.11 branch of compiler.

Note: this doesn't involve the changes needed to support corefn AST outputted by 0.11, that would be the next step.

purescript-foreign have now removed all the json-related functionality for good, so the biggest change is the switch to purescript-argonaut.

paulyoung commented 7 years ago

Hi @zudov. Thanks for taking a stab at this.

I'm going to close this PR since I was able to achieve 0.11 support in #40 with fewer changes. It also doesn't introduce the argonaut dependency or change the API.