Some warning flags don't work
Summary
For example, trying to set -Werror=loopy-superclass-solve
with current master results in an "unrecognised warning flag" warning. Likewise badly-staged-types
or inconsistent-flags
.
I think this is because these flags were not added to GHC.Driver.Session.wWarningFlagsDeps
.