diff options
author | Luxed <cocodu13820@hotmail.fr> | 2018-08-02 15:24:58 -0400 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2018-08-02 20:24:58 +0100 |
commit | 6b3086237ab32a4045a0ff70752714f9c16cdbfd (patch) | |
tree | 173a44ad8399631cd3c79519df987165a0d010bc /doc/ale-haskell.txt | |
parent | cb8ad9fbd82df92993e526a8e48d4400ba08936b (diff) | |
download | ale-6b3086237ab32a4045a0ff70752714f9c16cdbfd.zip |
Add Haskell IDE Engine (hie) support (#1735)
* Adding support for haskell-ide-engine
* Work with the current directory if no stack.yaml file is found
* Added Cabal file detection, updated documentation and added tests
* Updated help
Diffstat (limited to 'doc/ale-haskell.txt')
-rw-r--r-- | doc/ale-haskell.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt index 15d3ce48..379cd987 100644 --- a/doc/ale-haskell.txt +++ b/doc/ale-haskell.txt @@ -80,4 +80,15 @@ g:ale_haskell_stack_build_options *g:ale_haskell_stack_build_options* =============================================================================== +hie *ale-haskell-hie* + +g:ale_haskell_hie_executable *g:ale_haskell_hie_executable* + *b:ale_haskell_hie_executable* + Type: |String| + Default: `'hie'` + + This variable can be changed to use a different executable for the haskell + ide engine. i.e. `'hie-wrapper'` + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |