commercialhaskell / commercialhaskell/stack
Add -Werror flag
Open
type: enhancement
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
Sometimes Stack gives warnings. These are easy to miss in the general output, and they don't fail a continuous integration build. It would be useful to have a flag that promoted these warnings into errors. Specifically the errors I'm thinking of are:
* Warnings from HPack.
* Warnings about missing modules not listed in other-modules.
Contributor guide
Assessment
This issue has not been assessed yet.