ghc-mod now writes GHC errors to a new *GHC Error* buffer only if
report-ghc-errors has the value `t`. If a user wants to silence this
buffer, they should evaluate the following s-expression.
(setq ghc-report-errors nil)
Fixeskazu-yamamoto/ghc-mod#618