Upgrade cabal-gild from 1.5.0.1 to 1.7.0.2#3932
Draft
cprecioso wants to merge 2 commits intocprecioso/minnetonka-v2from
Draft
Upgrade cabal-gild from 1.5.0.1 to 1.7.0.2#3932cprecioso wants to merge 2 commits intocprecioso/minnetonka-v2from
cprecioso wants to merge 2 commits intocprecioso/minnetonka-v2from
Conversation
cprecioso
commented
Mar 18, 2026
| @@ -1,5 +1,5 @@ | |||
| [tools] | |||
| cabal-gild = "1.5.0.1" | |||
| cabal-gild = "latest" | |||
Member
Author
There was a problem hiding this comment.
Uses latest so that Mise can prompt us to upgrade this version when using mise upgrade. The version is pinned in the lockfile (to the current latest 1.7.0.2) and won't update under our feet.
@wasp.sh/wasp-cli
@wasp.sh/wasp-cli-darwin-arm64-unknown
@wasp.sh/wasp-cli-darwin-x64-unknown
@wasp.sh/wasp-cli-linux-x64-glibc
@wasp.sh/wasp-cli-linux-x64-musl
commit: |
15 tasks
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
Upgrade cabal-gild to the latest version (1.7.0.2) via mise. Updates
mise.tomlto tracklatestand regeneratesmise.lockwith the new binary URLs and checksums. Builds on #3930, which introduced mise for tool management.Type of change
Checklist
I tested my change in a Wasp app to verify that it works as intended.
🧪 Tests and apps:
examples/kitchen-sink/e2e-tests.waspc/data/Cli/templates, as needed.examples/, as needed.examples/tutorials) I updated the tutorial in the docs (and vice versa).📜 Documentation:
web/docs/.🆕 Changelog: (if change is more than just code/docs improvement)
waspc/ChangeLog.mdwith a user-friendly description of the change.web/docs/migration-guides/.versioninwaspc/waspc.cabalto reflect the changes I introduced.