diff options
author | wisut hantanong <wizzup@gmail.com> | 2017-04-22 19:23:23 +0700 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-05-15 19:46:02 +0100 |
commit | 3f33dc7d9832b7aed085d44b8ef76fd1c1eb90a5 (patch) | |
tree | ad8beb01dda1bb5b56a6881bfd65c3ef3d3dd6e3 /doc/ale.txt | |
parent | d4466d4be744d7723dc740b29faded1d685f091d (diff) | |
download | ale-3f33dc7d9832b7aed085d44b8ef76fd1c1eb90a5.zip |
Haskell: add ghc-mod linter
Diffstat (limited to '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 d4d75173..c5411fc9 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -136,7 +136,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', 'hdevtools' +* Haskell: 'ghc', 'ghc-mod', 'hlint', 'hdevtools' * HTML: 'HTMLHint', 'proselint', 'tidy' * Java: 'javac' * JavaScript: 'eslint', 'jscs', 'jshint', 'flow', 'xo' |