Can ghc somehow be convinced to treat certain types of warnings as errors and others as warnings, while still reporting them?
I hoped, this would be possible with something like this:
ghc -Werror -fwarn-missing-methods -Wwarn -fwarn-missing-signatures
, but I had no luck with that. (I think gcc doesn't support this either.)