Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purcell/flymake-hlint
Emacs flymake handler for checking Haskell source code with hlint
https://github.com/purcell/flymake-hlint
Last synced: 3 days ago
JSON representation
Emacs flymake handler for checking Haskell source code with hlint
- Host: GitHub
- URL: https://github.com/purcell/flymake-hlint
- Owner: purcell
- Created: 2013-03-09T09:33:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T01:47:03.000Z (over 7 years ago)
- Last Synced: 2024-12-02T18:11:18.438Z (2 months ago)
- Language: Emacs Lisp
- Size: 1.95 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
flymake-hlint.el
================An Emacs flymake handler for checking Haskell source code with
[hlint][hlint].Installation
=============If you choose not to use one of the convenient packages in
[Melpa][melpa] and [Marmalade][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](https://github.com/purcell/flymake-easy).You should also install [hlint][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)[marmalade]: http://marmalade-repo.org
[melpa]: http://melpa.org
[hlint]: http://community.haskell.org/~ndm/hlint/
[![](http://api.coderwall.com/purcell/endorsecount.png)](http://coderwall.com/purcell)
[![](http://www.linkedin.com/img/webpromo/btn_liprofile_blue_80x15.png)](http://uk.linkedin.com/in/stevepurcell)
[Steve Purcell's blog](http://www.sanityinc.com/) // [@sanityinc on Twitter](https://twitter.com/sanityinc)