cdepillabout / purescript-example-project-using-pulp

Example PureScript project using Pulp as a build tool.
0 stars 1 forks source link

Update for PureScript 0.9.x? #2

Open 0cjs opened 8 years ago

0cjs commented 8 years ago

This project uses PureScript 0.7.x, which is a couple of revisions behind now.

One option for "updating" this to 0.9.x would be to leave the code as-is, and just update the README to note that pulp init can create a very similar project template, along with minor differences from the current README and blog post. Amongst these are:

(One might also note how you could re-use files here in the pulp init template project to get the server to work.)

cdepillabout commented 8 years ago

Thanks a lot for these suggestions.

If you want to send a PR to fix any of these issues, please feel free.

If not, then if anyone sees these issues, they are more than welcome to update either the code or the README.md.