summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZack Kourouma <zack@kourouma.me>2017-10-24 14:29:04 -0700
committerw0rp <w0rp@users.noreply.github.com>2017-10-24 22:29:04 +0100
commit07dad64acb2ac67c3ccf5582995e3377d1479aa7 (patch)
tree4145496d27c551b79d489bb19a903937112b59ba /README.md
parentb172cd8b17a8d9f0573e75211963e59b37ad5c34 (diff)
downloadale-07dad64acb2ac67c3ccf5582995e3377d1479aa7.zip
adds fixer support for hfmt (#1027)
Add support for fixing Haskell with hfmt
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 742712af..e803b907 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ formatting.
| GraphQL | [gqlint](https://github.com/happylinks/gqlint) |
| Haml | [haml-lint](https://github.com/brigade/haml-lint) |
| Handlebars | [ember-template-lint](https://github.com/rwjblue/ember-template-lint) |
-| Haskell | [ghc](https://www.haskell.org/ghc/), [stack-ghc](https://haskellstack.org/), [stack-build](https://haskellstack.org/) !!, [ghc-mod](https://github.com/DanielG/ghc-mod), [stack-ghc-mod](https://github.com/DanielG/ghc-mod), [hlint](https://hackage.haskell.org/package/hlint), [hdevtools](https://hackage.haskell.org/package/hdevtools) |
+| Haskell | [ghc](https://www.haskell.org/ghc/), [stack-ghc](https://haskellstack.org/), [stack-build](https://haskellstack.org/) !!, [ghc-mod](https://github.com/DanielG/ghc-mod), [stack-ghc-mod](https://github.com/DanielG/ghc-mod), [hlint](https://hackage.haskell.org/package/hlint), [hdevtools](https://hackage.haskell.org/package/hdevtools), [hfmt](https://github.com/danstiner/hfmt) |
| HTML | [HTMLHint](http://htmlhint.com/), [proselint](http://proselint.com/), [tidy](http://www.html-tidy.org/) |
| Idris | [idris](http://www.idris-lang.org/) |
| Java | [checkstyle](http://checkstyle.sourceforge.net), [javac](http://www.oracle.com/technetwork/java/javase/downloads/index.html) |