diff options
author | Zack Kourouma <zack@kourouma.me> | 2017-10-24 14:29:04 -0700 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-10-24 22:29:04 +0100 |
commit | 07dad64acb2ac67c3ccf5582995e3377d1479aa7 (patch) | |
tree | 4145496d27c551b79d489bb19a903937112b59ba /doc/ale-haskell.txt | |
parent | b172cd8b17a8d9f0573e75211963e59b37ad5c34 (diff) | |
download | ale-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.txt | 10 |
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* |