You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.5 KiB
Plaintext
35 lines
1.5 KiB
Plaintext
7 years ago
|
===============================================================================
|
||
|
ALE Haskell Integration *ale-haskell-options*
|
||
|
|
||
|
===============================================================================
|
||
|
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.
|
||
|
|
||
|
===============================================================================
|
||
|
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:
|