essence-of-live-coding
essence-of-live-coding copied to clipboard
Mark several GHC warnings as build failures
Certain GHC warnings should count as build failures. As a good measure:
- Enable
-Wall
- Enable
-Werror
- Try to fix everything, disable some warnings again if it's to hard to fix
At least, all -Wincomplete-*
flags should be activated. (See e.g. https://github.com/turion/essence-of-live-coding/issues/63)
See https://downloads.haskell.org/ghc/latest/docs/html/users_guide/flags.html#warnings for docs for all warnings.