Skip to content

Commit

Permalink
Merge pull request bitc#4 from ranjitjhala/master
Browse files Browse the repository at this point in the history
Update README to link to Atom Editor Linter
  • Loading branch information
schell committed Jun 15, 2015
2 parents 60d10b1 + 4668c57 commit 3017bec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ details.
[Flycheck][5] is a modern batteries-included
syntax checker for Emacs, and there is a [flycheck-hdevtools][6] checker available.


### Atom - [linter][8] ###

There is a [linter-hdevtools][8] package for using `hdevtools` to quickly
find type errors in Haskell files in the the [Atom][7] editor.

### Manual Editor Integration for any Editor ###

Most editors allow you to run a `make` command, and will then parse the output
Expand Down Expand Up @@ -182,3 +188,5 @@ client-server architecture it is much faster.
[4]: http://www.mew.org/~kazu/proj/ghc-mod/en/
[5]: https://github.com/flycheck/flycheck
[6]: https://github.com/flycheck/flycheck-hdevtools
[7]: https://atom.io
[8]: https://atom.io/packages/linter-hdevtools

0 comments on commit 3017bec

Please sign in to comment.