2017-07-11 12:05:13 +00:00
|
|
|
===============================================================================
|
|
|
|
ALE Haskell Integration *ale-haskell-options*
|
|
|
|
|
|
|
|
|
2017-11-28 22:58:13 +00:00
|
|
|
===============================================================================
|
|
|
|
brittany *ale-haskell-brittany*
|
|
|
|
|
|
|
|
g:ale_haskell_brittany_executable *g:ale_haskell_brittany_executable*
|
|
|
|
*b:ale_haskell_brittany_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'brittany'`
|
|
|
|
|
|
|
|
This variable can be changed to use a different executable for brittany.
|
|
|
|
|
2018-01-02 04:21:21 +00:00
|
|
|
===============================================================================
|
|
|
|
ghc *ale-haskell-ghc*
|
|
|
|
|
|
|
|
g:ale_haskell_ghc_options *g:ale_haskell_ghc_options*
|
|
|
|
*b:ale_haskell_ghc_options*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'-fno-code -v0'`
|
|
|
|
|
|
|
|
This variable can be changed to modify flags given to ghc.
|
|
|
|
|
2017-07-24 04:36:28 +00:00
|
|
|
===============================================================================
|
|
|
|
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|
|
2018-04-07 21:50:26 +00:00
|
|
|
Default: `get(g:, 'hdevtools_options', '-g -Wall')`
|
2017-07-24 04:36:28 +00:00
|
|
|
|
|
|
|
This variable can be changed to modify flags given to hdevtools.
|
|
|
|
|
2018-04-07 21:50:26 +00:00
|
|
|
The hdevtools documentation recommends setting GHC options for `hdevtools`
|
|
|
|
with `g:hdevtools_options`. ALE will use the value of `g:hdevtools_options`
|
|
|
|
for the value of `g:ale_haskell_hdevtools_options` by default, so this
|
|
|
|
option can be respected and overridden specifically for ALE.
|
|
|
|
|
|
|
|
|
2017-10-24 21:29:04 +00:00
|
|
|
===============================================================================
|
|
|
|
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.
|
|
|
|
|
2017-09-10 18:42:45 +00:00
|
|
|
===============================================================================
|
|
|
|
stack-build *ale-haskell-stack-build*
|
|
|
|
|
|
|
|
g:ale_haskell_stack_build_options *g:ale_haskell_stack_build_options*
|
|
|
|
*b:ale_haskell_stack_build_options*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'--fast'`
|
|
|
|
|
|
|
|
We default to using `'--fast'`. Since Stack generates binaries, your
|
|
|
|
programs will be slower unless you separately rebuild them outside of ALE.
|
|
|
|
|
|
|
|
|
2017-07-11 12:05:13 +00:00
|
|
|
===============================================================================
|
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|