summaryrefslogtreecommitdiff
path: root/doc/ale-haskell.txt
diff options
context:
space:
mode:
authorKevin Tindall <kevinkjt2000@gmail.com>2018-01-01 22:21:21 -0600
committerKevin Tindall <kevinkjt2000@gmail.com>2018-01-01 22:21:21 -0600
commitd8f71c46daf21706fa0f2f87de14e04d6675fa5b (patch)
treec5f097d2d656f9356c7140bba22a87e3a2e6a629 /doc/ale-haskell.txt
parentc165c7c5d11eb827a3be6bab691f20eeb6f6e487 (diff)
downloadale-d8f71c46daf21706fa0f2f87de14e04d6675fa5b.zip
haskell_ghc_options are now added to the ghc command
Diffstat (limited to 'doc/ale-haskell.txt')
-rw-r--r--doc/ale-haskell.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt
index 0ea40377..9fab39bf 100644
--- a/doc/ale-haskell.txt
+++ b/doc/ale-haskell.txt
@@ -13,6 +13,16 @@ g:ale_haskell_brittany_executable *g:ale_haskell_brittany_executable*
This variable can be changed to use a different executable for brittany.
===============================================================================
+ghc *ale-haskell-ghc*
+
+g:ale_haskell_ghc_options *g:ale_haskell_ghc_options*
+ *b:ale_haskell_ghc_options*
+ Type: |String|
+ Default: `'-fno-code -v0'`
+
+ This variable can be changed to modify flags given to ghc.
+
+===============================================================================
hdevtools *ale-haskell-hdevtools*
g:ale_haskell_hdevtools_executable *g:ale_haskell_hdevtools_executable*