diff options
author | Takano Akio <tak@anoak.io> | 2017-07-24 04:36:28 +0000 |
---|---|---|
committer | Takano Akio <tak@anoak.io> | 2017-07-24 05:50:09 +0000 |
commit | 8ab632e6f2ad59668a1e54e083d7b5648d87ad70 (patch) | |
tree | 9415ce4b44abdf28ac07b93b9716862188bf66be /doc | |
parent | a0059cfe0362e8ba55bad1f4fa8a310c74b55280 (diff) | |
download | ale-8ab632e6f2ad59668a1e54e083d7b5648d87ad70.zip |
Make executable and options configurable for hdevtools
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-haskell.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt index 34d897ba..0735c6e9 100644 --- a/doc/ale-haskell.txt +++ b/doc/ale-haskell.txt @@ -13,4 +13,22 @@ g:ale_haskell_stack_build_options *g:ale_haskell_stack_build_options* programs will be slower unless you separately rebuild them outside of ALE. =============================================================================== +hdevtools *ale-haskell-hdevtools* + +g:ale_haskell_hdevtools_executable *g:ale_haskell_hdevtools_executable* + *b:ale_haskell_hdevtools_executable* + Type: |String| + Default: `'hdevtools'` + + This variable can be changed to use a different executable for hdevtools. + + +g:ale_haskell_hdevtools_options *g:ale_haskell_hdevtools_options* + *b:ale_haskell_hdevtools_options* + Type: |String| + Default: `'-g -Wall'` + + This variable can be changed to modify flags given to hdevtools. + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |