From d8f71c46daf21706fa0f2f87de14e04d6675fa5b Mon Sep 17 00:00:00 2001 From: Kevin Tindall Date: Mon, 1 Jan 2018 22:21:21 -0600 Subject: haskell_ghc_options are now added to the ghc command --- doc/ale-haskell.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') 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 @@ -12,6 +12,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* -- cgit v1.2.3 From 681c35169f7b8a71c311902d9e530a3e5906648f Mon Sep 17 00:00:00 2001 From: Kevin Tindall Date: Mon, 1 Jan 2018 22:28:49 -0600 Subject: add ghc entry to the ToC --- doc/ale.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/ale.txt b/doc/ale.txt index bec086d1..572abe8a 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -83,6 +83,7 @@ CONTENTS *ale-contents* ember-template-lint.................|ale-handlebars-embertemplatelint| haskell...............................|ale-haskell-options| brittany............................|ale-haskell-brittany| + ghc.................................|ale-haskell-ghc| hdevtools...........................|ale-haskell-hdevtools| hfmt................................|ale-haskell-hfmt| stack-build.........................|ale-haskell-stack-build| -- cgit v1.2.3