Migrate to spago v1#316
Draft
pete-murphy wants to merge 5 commits into
Draft
Conversation
46dbaec to
7f9b9a5
Compare
pete-murphy
commented
Jun 10, 2026
pete-murphy
commented
Jun 10, 2026
7f9b9a5 to
11e2e80
Compare
and bring compiler up to date with latest Hackage release (0.15.15)
429d4ab to
9747a47
Compare
Contributor
Author
|
Oh no, I tried running locally with same memory settings as production build Running with |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the change
Resolves #315
This is a large diff, but most of that is in generated lockfiles (
staging/spago.lockalone is 12,683 lines).This migrates the
clientandstagingSpago projects to use latest (1.0.4), and updates compiler version and package set to latest while I was at it. Note that0.15.15is latest version available on Hackage at time of writing.For
clientupdates, I just followed these instructions in Spago repo: https://github.com/purescript/spago#migrate-from-spagodhall-to-spagoyaml.For
staging/Haskell updates I followed the instructions in RELEASE.md that I also updated in these changes.Checklist: