Update to 0.15.0 PureScript#274
Update to 0.15.0 PureScript#274JordanMartinez wants to merge 24 commits intopurescript:masterfrom JordanMartinez:update-to-0.15-purs
Conversation
client/packages.dhall
Outdated
| [ "console", "effect", "functions", "prelude" ] | ||
| } | ||
| } | ||
| } |
There was a problem hiding this comment.
This should be removed once debug gets added to the package set.
| ] | ||
| , packages = ./packages.dhall | ||
| , sources = [ "src/**/*.purs", "test/**/*.purs" ] | ||
| , sources = [ "src/**/*.purs", "config/dev/**/*.purs", "test/**/*.purs" ] |
There was a problem hiding this comment.
Perhaps we should use 3 spago.dhall files: a shared one, one for dev and one for prod?
|
This looks really good! I tried to hack at it a bit and spotted that |
|
@JordanMartinez if you want to assign me as a reviewer I can mark the places where I needed to make changes for my dockerized version of trypurescript (the one on try.wags.fm). Some of them will be needed for this PR as well (for example, I hit the |
|
@mikesol This PR will need to update the code to do both #263 and #264.
Looks like those two functions are defined in |
|
Succeeded by #275 |
Description of the change
Fixes #273. Still a WIP. Besides updating the server code, I also updated the client and staging code to
0.15.0.Checklist: