[Haskell-cafe] [ANNOUNCE] GHC 8.2.2 release candidate 2

Evan Laforge qdunkan at gmail.com
Sun Nov 5 21:12:39 UTC 2017


On Sun, Nov 5, 2017 at 4:56 AM, Sven Panne <svenpanne at gmail.com> wrote:
> This is not an issue about 8.2.2 per se, but 8.2 changes in general: Recent
> discussions on Haskell Cafe showed serious problems with Emacs' haskell-mode
> due to some ad hoc changes like https://phabricator.haskell.org/D3651.

I've long used ghci -v0 to achieve the same effect.  When you have a
couple hundred modules the "loaded X Y Z" is worse than useless.  But
it's better to just add -v0, and maybe add more flags for finer
control, than change the default and break tools.


More information about the Haskell-Cafe mailing list