[Haskell/warp] Update stackage snapshot, GHC, docker base container.#10718
Merged
msmith-techempower merged 4 commits intoTechEmpower:masterfrom Feb 17, 2026
Merged
Conversation
Contributor
Author
|
|
Contributor
|
Try sorting the database rows that you update by ID. |
Contributor
|
Please add the maintainers in the So with any change or marked as broken, it'll be notified to them. Example: |
joanhey
approved these changes
Feb 8, 2026
Contributor
|
Please add the maintainers, or the next time that is marked as broken, nobody will be notified. |
5435b44 to
125a0d7
Compare
Contributor
Author
|
There was some error downloading dependencies ("Verification error: Invalid hash for /snapshot.json"), but I did not change the dependencies in my last commit (just updated benjmark-config.json). Could you re-run the build, please? |
Member
|
Reran the job and it passed. |
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.
Build failed, bc. Docker container didn't use tag with patch version. So we inadvertently upgraded from GHC 9.10.2 to 9.10.3.
This PR just upgrades everything to GHC 9.10.3 compatible and uses the Docker image tag with patch version fixed.
Fixes #10704