summaryrefslogtreecommitdiff
path: root/doc/ale-haskell.txt
blob: 34d897ba64b21d3dd51c83db6056d809868cc06d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
===============================================================================
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.

===============================================================================
  vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: