haskell
haskell copied to clipboard
Exercism exercises in Haskell.
This configuration passes the tests on a local `stack` installation, but fails on the website. ```yaml name: minesweeper version: 1.1.0.5 dependencies: - base library: exposed-modules: Minesweeper source-dirs: src ghc-options: -...
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.2. Release notes Sourced from actions/cache's releases. v4.0.2 What's Changed Fix fail-on-cache-miss not working by @cdce8p in actions/cache#1327 Full Changelog: https://github.com/actions/cache/compare/v4.0.1...v4.0.2 v4.0.1 What's Changed Update...
Sync the `sieve` exercise with the latest data, as defined in https://github.com/exercism/problem-specifications/tree/main/exercises/sieve. - Feel free to close this PR if there is another PR that also syncs this exercise. -...
Currently, CI is broken. I've tried upgrading the deprecated haskell/actions/setup workflow in https://github.com/exercism/haskell/pull/1220, but it still fails: https://github.com/exercism/haskell/actions/runs/8448700346/job/23141282462?pr=1220 The problem seems to be disk space. Hopefully someone has an idea...
ℹ More info: https://github.com/exercism/org-wide-files/commit/45ce43faa93a84c84f407748aae3aa028383ec77 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/354
Fix: Moved tests section to bottom of package.yaml to avoid issues with test-runner code injection
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...
ℹ More info: https://github.com/exercism/org-wide-files/commit/161749065b3f676ae55b542f4af44b7744c40674 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/335
ℹ More info: https://github.com/exercism/org-wide-files/commit/bfc6fe525e057a43f41e4fd83dfac00569d14086 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/330