A missing piece in my Emacs/Spacemacs setup for Haskell development
- Magnus Therning
With the help of a work mate I’ve finally found this gem that’s been missing from my Spacemacs setup
(with-eval-after-load 'intero
(flycheck-add-next-checker 'intero '(warning . haskell-hlint))
(flycheck-add-next-checker 'intero '(warning . haskell-stack-ghc)))