summaryrefslogtreecommitdiff
path: root/doc/ale-haskell.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-09-10 19:42:45 +0100
committerw0rp <devw0rp@gmail.com>2017-09-10 19:42:45 +0100
commit9d24cc40471441fef4c5dd2467f22eea072d2c2d (patch)
treeaacb26b26e163a953a15a0b1e596dd06de1f2202 /doc/ale-haskell.txt
parentc4ad92e458f51ce849baed3b628fbd2f43303ace (diff)
downloadale-9d24cc40471441fef4c5dd2467f22eea072d2c2d.zip
Fix numerous issues with integration documentation tags and the table of contents, and add a script to check for theses issues
Diffstat (limited to 'doc/ale-haskell.txt')
-rw-r--r--doc/ale-haskell.txt22
1 files changed, 12 insertions, 10 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt
index 0735c6e9..bbf99fcf 100644
--- a/doc/ale-haskell.txt
+++ b/doc/ale-haskell.txt
@@ -1,16 +1,6 @@
===============================================================================
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*
@@ -31,4 +21,16 @@ g:ale_haskell_hdevtools_options *g:ale_haskell_hdevtools_options*
This variable can be changed to modify flags given to hdevtools.
===============================================================================
+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: