-
Notifications
You must be signed in to change notification settings - Fork 50
Update to 0.15.0 PureScript #274
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
Update to 0.15.0 PureScript #274
Conversation
client/packages.dhall
Outdated
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be removed once debug
gets added to the package set.
, "web-html" | ||
] | ||
, packages = ./packages.dhall | ||
, sources = [ "src/**/*.purs", "test/**/*.purs" ] | ||
, sources = [ "src/**/*.purs", "config/dev/**/*.purs", "test/**/*.purs" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: