essence-of-live-coding icon indicating copy to clipboard operation
essence-of-live-coding copied to clipboard

Mark several GHC warnings as build failures

Open turion opened this issue 3 years ago • 0 comments

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.

turion avatar Jun 01 '21 14:06 turion