Bump resolver to lts-22.44 to match the test runner#1304
Conversation
|
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. For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping |
MatthijsBlom
left a comment
There was a problem hiding this comment.
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+.
lts-22.44 to match the test runner
|
@MatthijsBlom Could you merge this, please, along with the message |
|
...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». |
|
"Squash and merge" will open a text box where you can put that message. |
* Bump resolver to `lts-22.44` to match the test runner * Update examples to pass testing [no important files changed]
This corresponds to exercism/haskell-test-runner#144 which bumped the Haskell version and the resolver version.