haskell icon indicating copy to clipboard operation
haskell copied to clipboard

Fix: Moved tests section to bottom of package.yaml to avoid issues with test-runner code injection

Open cdimitroulas opened this issue 1 year ago • 1 comments

The new test runner (https://github.com/exercism/haskell-test-runner/pull/104) expects the tests section of package.yaml to be the last one and the dependencies list to be the bottom as it simply appends new dependencies to the bottom of the file using code injection.

This change ensures that this exercise will work correctly with the latest changes of the test runner.

cdimitroulas avatar Feb 20 '24 10:02 cdimitroulas

Hello. Thanks for opening a PR on Exercism 🙂

We ask that all changes to Exercism are discussed on our Community Forum before being opened on GitHub. To enforce this, we automatically close all PRs that are submitted. That doesn't mean your PR is rejected but that we want the initial discussion about it to happen on our forum where a wide range of key contributors across the Exercism ecosystem can weigh in.

You can use this link to copy this into a new topic on the forum. If we decide the PR is appropriate, we'll reopen it and continue with it, so please don't delete your local branch.

If you're interested in learning more about this auto-responder, please read this blog post.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

github-actions[bot] avatar Feb 20 '24 10:02 github-actions[bot]