diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-04-24 19:01:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-24 19:01:04 +0100 |
commit | 689921d7e3dd562383026c014d69d1ef011deeb9 (patch) | |
tree | ebcb23e02d53a9e79d99504d9a07c99a933c0cd9 | |
parent | 49c9b689ce0a28aaf40fa912187fd9315d9874df (diff) | |
parent | 368adb5c3af9ddb9164ea1edf14414c75f991422 (diff) | |
download | ale-689921d7e3dd562383026c014d69d1ef011deeb9.zip |
Merge pull request #498 from wizzup/haskell-hdevtools
update doc/ale.txt
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 2c3bde73..bb21035c 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -134,7 +134,7 @@ The following languages and tools are supported. * Go: 'gofmt', 'go vet', 'golint', 'go build', 'gosimple', 'staticcheck' * Haml: 'hamllint' * Handlebars: 'ember-template-lint' -* Haskell: 'ghc', 'hlint' +* Haskell: 'ghc', 'hlint', 'hdevtools' * HTML: 'HTMLHint', 'proselint', 'tidy' * Java: 'javac' * JavaScript: 'eslint', 'jscs', 'jshint', 'flow', 'xo' |