kowainik / summoner

🔮 🔧 Tool for scaffolding batteries-included production-level Haskell projects
https://kowainik.github.io/projects/summoner
Mozilla Public License 2.0
694 stars 73 forks source link

Build Summoner with -Werror on CI #532

Open chshersh opened 3 years ago

chshersh commented 3 years ago

So we can catch all warnings earlier. Due to some challenges with specifying -Werror for cabal only on CI (see #173 for more details), I propose to add -Werror as a CLI argument to Stack.

Ideally, we also want to build all our generated test projects with -Werror to be sure that we don't generate projects with warnings, but that's a separate issue I guess.