summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parentb172cd8b17a8d9f0573e75211963e59b37ad5c34 (diff)
downloadale-07dad64acb2ac67c3ccf5582995e3377d1479aa7.zip
adds fixer support for hfmt (#1027)
Add support for fixing Haskell with hfmt
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-haskell.txt10
-rw-r--r--doc/ale.txt3
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt
index bbf99fcf..4a490efc 100644
--- a/doc/ale-haskell.txt
+++ b/doc/ale-haskell.txt
@@ -21,6 +21,16 @@ g:ale_haskell_hdevtools_options *g:ale_haskell_hdevtools_options*
This variable can be changed to modify flags given to hdevtools.
===============================================================================
+hfmt *ale-haskell-hfmt*
+
+g:ale_haskell_hfmt_executable *g:ale_haskell_hfmt_executable*
+ *b:ale_haskell_hfmt_executable*
+ Type: |String|
+ Default: `'hfmt'`
+
+ This variable can be changed to use a different executable for hfmt.
+
+===============================================================================
stack-build *ale-haskell-stack-build*
g:ale_haskell_stack_build_options *g:ale_haskell_stack_build_options*
diff --git a/doc/ale.txt b/doc/ale.txt
index 2972381a..e0e85df8 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -72,6 +72,7 @@ CONTENTS *ale-contents*
ember-template-lint.................|ale-handlebars-embertemplatelint|
haskell...............................|ale-haskell-options|
hdevtools...........................|ale-haskell-hdevtools|
+ hfmt................................|ale-haskell-hfmt|
stack-build.........................|ale-haskell-stack-build|
html..................................|ale-html-options|
htmlhint............................|ale-html-htmlhint|
@@ -255,7 +256,7 @@ Notes:
* GraphQL: `gqlint`
* Haml: `haml-lint`
* Handlebars: `ember-template-lint`
-* Haskell: `ghc`, `stack-ghc`, `stack-build`!!, `ghc-mod`, `stack-ghc-mod`, `hlint`, `hdevtools`
+* Haskell: `ghc`, `stack-ghc`, `stack-build`!!, `ghc-mod`, `stack-ghc-mod`, `hlint`, `hdevtools`, `hfmt`
* HTML: `HTMLHint`, `proselint`, `tidy`
* Idris: `idris`
* Java: `checkstyle`, `javac`