summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJesse Paroz <jparoz@users.noreply.github.com>2016-10-19 22:27:03 +1000
committerJesse Paroz <jparoz@users.noreply.github.com>2016-10-19 22:27:03 +1000
commit5831e932e09822a3341207cced6a8230642bb5d6 (patch)
tree61d98131533e4c8a77c92247ab82d1c87fb85905 /README.md
parenta2b7bbc8f2f0dc777586222374ade95330fcb55f (diff)
downloadale-5831e932e09822a3341207cced6a8230642bb5d6.zip
Added support for hlint
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f159e075..379e69e8 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ name. That seems to be the fairest way to arrange this table.
| Elixir | [credo](https://github.com/rrrene/credo) |
| Fortran | [gcc](https://gcc.gnu.org/) |
| Go | [gofmt -e](https://golang.org/cmd/gofmt/), [go vet](https://golang.org/cmd/vet/), [golint](https://godoc.org/github.com/golang/lint) |
-| Haskell | [ghc](https://www.haskell.org/ghc/) |
+| Haskell | [ghc](https://www.haskell.org/ghc/), [hlint](https://hackage.haskell.org/package/hlint) |
| HTML | [HTMLHint](http://htmlhint.com/), [tidy](http://www.html-tidy.org/) |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |
| JSON | [jsonlint](http://zaa.ch/jsonlint/) |