diff options
author | Eric Wolf <ericwolf42@gmail.com> | 2018-07-20 16:30:16 +0200 |
---|---|---|
committer | erwo <erwo@abas.de> | 2018-07-20 16:48:27 +0200 |
commit | ac6bc6d0ae279c70081cba4225de2df54688757d (patch) | |
tree | 0d9c782d9263a2474f5fdb747d49793fc9e837ff /doc/ale-haskell.txt | |
parent | 61a5880747128dbf988a076e190ccb346500b5ff (diff) | |
download | ale-ac6bc6d0ae279c70081cba4225de2df54688757d.zip |
Add cabal-ghc linter
cabal-ghc calls ghc via cabal exec and so ghc has access to packages
in cabal sandboxes for example
Diffstat (limited to 'doc/ale-haskell.txt')
-rw-r--r-- | doc/ale-haskell.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt index 09ecd92d..15d3ce48 100644 --- a/doc/ale-haskell.txt +++ b/doc/ale-haskell.txt @@ -23,6 +23,17 @@ g:ale_haskell_ghc_options *g:ale_haskell_ghc_options* This variable can be changed to modify flags given to ghc. =============================================================================== +cabal-ghc *ale-haskell-cabal-ghc* + +g:ale_haskell_cabal_ghc_options *g:ale_haskell_cabal_ghc_options* + *b:ale_haskell_cabal_ghc_options* + Type: |String| + Default: `'-fno-code -v0'` + + This variable can be changed to modify flags given to ghc through cabal + exec. + +=============================================================================== hdevtools *ale-haskell-hdevtools* g:ale_haskell_hdevtools_executable *g:ale_haskell_hdevtools_executable* |