Add cabal-ghc linter

cabal-ghc calls ghc via cabal exec and so ghc has access to packages
in cabal sandboxes for example
This commit is contained in:
Eric Wolf
2018-07-20 16:30:16 +02:00
committed by erwo
parent 61a5880747
commit ac6bc6d0ae
5 changed files with 55 additions and 2 deletions

View File

@@ -22,6 +22,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*