Skip to content

Bump resolver to lts-22.44 to match the test runner#1304

Merged
MatthijsBlom merged 2 commits into
exercism:mainfrom
IsaacG:resolver.22.44
Jun 18, 2026
Merged

Bump resolver to lts-22.44 to match the test runner#1304
MatthijsBlom merged 2 commits into
exercism:mainfrom
IsaacG:resolver.22.44

Conversation

@IsaacG

@IsaacG IsaacG commented Jun 18, 2026

Copy link
Copy Markdown
Member

This corresponds to exercism/haskell-test-runner#144 which bumped the Haskell version and the resolver version.

@github-actions

Copy link
Copy Markdown

This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested.

If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos.

[no important files changed]

For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping @exercism/maintainers-admin in a comment. Thank you!

@MatthijsBlom MatthijsBlom left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The exercises check failure is expected, as explained in #1298 (comment). If you strip out the foldl'-related commits this PR will be mergeable.

Did you perhaps mistake lts for base? The latter is a library; the former merely a list of versions of libraries. lts-22.44 lists base-4.18.3.0, whereas the foldl' update requires base-4.20+.

@IsaacG IsaacG changed the title resolver.22.44 Bump resolver to lts-22.44 to match the test runner Jun 18, 2026
@IsaacG

IsaacG commented Jun 18, 2026

Copy link
Copy Markdown
Member Author

@MatthijsBlom Could you merge this, please, along with the message [no important files changed]?

@MatthijsBlom

Copy link
Copy Markdown
Contributor

...I'm not sure I can. Where should I look to find the UI for adjusting the merge commit message? I only see a big scary green button saying «Squash and merge».

@IsaacG

IsaacG commented Jun 18, 2026

Copy link
Copy Markdown
Member Author

"Squash and merge" will open a text box where you can put that message.

@MatthijsBlom MatthijsBlom merged commit b15173a into exercism:main Jun 18, 2026
3 checks passed
tofische pushed a commit to tofische/haskell that referenced this pull request Jun 22, 2026
* Bump resolver to `lts-22.44` to match the test runner

* Update examples to pass testing

[no important files changed]
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.

2 participants