summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-haskell.txt16
-rw-r--r--doc/ale.txt2
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt
new file mode 100644
index 00000000..34d897ba
--- /dev/null
+++ b/doc/ale-haskell.txt
@@ -0,0 +1,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:
diff --git a/doc/ale.txt b/doc/ale.txt
index d678577c..72c64f77 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -41,6 +41,8 @@ CONTENTS *ale-contents*
gometalinter........................|ale-go-gometalinter|
handlebars............................|ale-handlebars-options|
ember-template-lint.................|ale-handlebars-embertemplatelint|
+ haskell...............................|ale-haskell-options|
+ stack-build.........................|ale-haskell-stack-build|
html..................................|ale-html-options|
htmlhint............................|ale-html-htmlhint|
tidy................................|ale-html-tidy|