summaryrefslogtreecommitdiff
path: root/doc/ale-haskell.txt
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/ale-haskell.txt
parentb172cd8b17a8d9f0573e75211963e59b37ad5c34 (diff)
downloadale-07dad64acb2ac67c3ccf5582995e3377d1479aa7.zip
adds fixer support for hfmt (#1027)
Add support for fixing Haskell with hfmt
Diffstat (limited to 'doc/ale-haskell.txt')
-rw-r--r--doc/ale-haskell.txt10
1 files changed, 10 insertions, 0 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*