Skip to content

Emacs flymake handler for checking Haskell source code with hlint

Notifications You must be signed in to change notification settings

purcell/flymake-hlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

flymake-hlint.el

An Emacs flymake handler for checking Haskell source code with hlint.

Installation

If you choose not to use one of the convenient packages in Melpa and Marmalade, you'll need to add the directory containing flymake-hlint.el to your load-path, and then (require 'flymake-hlint). You'll also need to install flymake-easy.

You should also install hlint and ensure it is on your exec-path.

Usage

Add the following to your emacs init file:

(require 'flymake-hlint) ;; not needed if installed via package
(add-hook 'haskell-mode-hook 'flymake-hlint-load)

Steve Purcell's blog // @sanityinc on Twitter

About

Emacs flymake handler for checking Haskell source code with hlint

Resources

Stars

Watchers

Forks

Packages

No packages published