commercialhaskell / stack

The Haskell Tool Stack
http://haskellstack.org
BSD 3-Clause "New" or "Revised" License
3.98k stars 842 forks source link

Hash #6587

Closed Hawthorne001 closed 4 months ago

Hawthorne001 commented 4 months ago

Note: Fixes for the online documentation of the current Stack release (https://docs.haskellstack.org/en/stable/) should target the 'stable' branch, not the 'master' branch.

Please include the following checklist in your pull request:

Please also shortly describe how you tested your change. Bonus points for added tests!

mpilgrem commented 4 months ago

@Hawthorne001, please can you elaborate? As set out in CONTRIBUTING.md, it is a good idea to raise an issue for discussion before proposing a pull request to resolve it.

I can't immediately see the relevance of github/super-linter@v4 to this project. It is already has code-quality checks for Haskell (which super-linter does not appear to support) and YAML. Also, why is that fork of super-linter/super-linter preferable?

I also don't know the relevance of a GitHub workflow that builds Stack with Cabal (the tool). Stack is intended to be built by Stack; building with other tools is not actively maintained. I think an optional workflow 'on request' is fine, but I would not want one that could block Stack development.

Hawthorne001 commented 4 months ago

Smart compliance