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.
So we can catch all warnings earlier. Due to some challenges with specifying
-Werror
forcabal
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.