Skip to content
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

Lts 22.9 #507

Merged
merged 5 commits into from
Feb 5, 2024
Merged

Lts 22.9 #507

merged 5 commits into from
Feb 5, 2024

Conversation

td202
Copy link
Contributor

@td202 td202 commented Jan 24, 2024

Purpose

Addresses Concordium/concordium-node#1093

This upgrades the stack resolver to LTS-22.5, and the corresponding GHC version to 9.6.3.

Changes

  • Resolver is update to lts-22.5 in stack.yaml files.
  • The package proto-lens-setup and its dependencies proto-lens-protoc and ghc-source-gen are not included in the LTS distribution, so specific versions from Hackage are pinned in the stack.yaml files.
  • TypeOperators is added to the default extensions. In future, this will be needed for using ~, and currently will generate a warning if not enabled.
  • Some imports are changed due to changes in library structure (notably, Control.Monad is explicitly imported, whereas it previously was implicitly imported through other monad modules).
  • Some code changes make types more explicit, e.g. in type-changing record updates.

Checklist

  • My code follows the style of this project.
  • The code compiles without warnings.
  • I have performed a self-review of the changes.
  • I have documented my code, in particular the intent of the
    hard-to-understand areas.
  • (If necessary) I have updated the CHANGELOG.

stack.yaml Show resolved Hide resolved
@td202 td202 changed the title Lts 22.5 Lts 22.9 Feb 5, 2024
@td202 td202 merged commit 74a1b12 into main Feb 5, 2024
40 checks passed
@td202 td202 deleted the lts-22.5 branch February 5, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants