flymake-hlint

Homepage: https://github.com/purcell/flymake-hlint

Author: Steve Purcell

Updated:

Summary

A flymake handler for haskell-mode files using hlint

Commentary

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

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

Dependencies