summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvan Rutledge Borden <eborden@frontrowed.com>2017-11-28 17:58:13 -0500
committerEvan Rutledge Borden <eborden@frontrowed.com>2017-11-28 17:58:13 -0500
commitedb3a0c5e4079708b915e6227541e4e1fae9f712 (patch)
tree5f74c808ab817d4d061c473525e91885620c2809 /doc
parenta43ada93e40b8286dde3cd62f10369876787ddc1 (diff)
downloadale-edb3a0c5e4079708b915e6227541e4e1fae9f712.zip
Add brittany for Haskell formatting
`brittany` is one of the options for Haskell source formatting. This adds the necessary fixer files and documentation to support `brittany` in `ALE`.
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-haskell.txt10
-rw-r--r--doc/ale.txt1
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt
index 4a490efc..0ea40377 100644
--- a/doc/ale-haskell.txt
+++ b/doc/ale-haskell.txt
@@ -3,6 +3,16 @@ ALE Haskell Integration *ale-haskell-options*
===============================================================================
+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.
+
+===============================================================================
hdevtools *ale-haskell-hdevtools*
g:ale_haskell_hdevtools_executable *g:ale_haskell_hdevtools_executable*
diff --git a/doc/ale.txt b/doc/ale.txt
index 184912ce..151351f9 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -79,6 +79,7 @@ CONTENTS *ale-contents*
handlebars............................|ale-handlebars-options|
ember-template-lint.................|ale-handlebars-embertemplatelint|
haskell...............................|ale-haskell-options|
+ brittany............................|ale-haskell-brittany|
hdevtools...........................|ale-haskell-hdevtools|
hfmt................................|ale-haskell-hfmt|
stack-build.........................|ale-haskell-stack-build|