flymake-haskell-multi

Homepage: https://github.com/purcell/flymake-haskell-multi

Author: Steve Purcell

Updated:

Summary

Syntax-check haskell-mode using both ghc and hlint

Commentary

Usage:
  (require 'flymake-haskell-multi)
  (add-hook 'haskell-mode-hook 'flymake-haskell-multi-load)

Uses flymake-easy, from https://github.com/purcell/flymake-easy

Dependencies