diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-07-22 14:12:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-22 14:12:23 +0100 |
commit | baa44bb3a7a99b296d45d8790c3341fd397d61bb (patch) | |
tree | 2bd5fd3485555904235962ddf1dee3a6eb1175be /doc | |
parent | 89805919379645ae00dfe132e88b5db8e0601e17 (diff) | |
parent | ac6bc6d0ae279c70081cba4225de2df54688757d (diff) | |
download | ale-baa44bb3a7a99b296d45d8790c3341fd397d61bb.zip |
Merge pull request #1742 from typetetris/master
Add cabal-ghc linter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-haskell.txt | 11 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 13 insertions, 1 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* diff --git a/doc/ale.txt b/doc/ale.txt index 589b58f9..1a75c29c 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -99,6 +99,7 @@ CONTENTS *ale-contents* haskell...............................|ale-haskell-options| brittany............................|ale-haskell-brittany| ghc.................................|ale-haskell-ghc| + cabal-ghc...........................|ale-haskell-cabal-ghc| hdevtools...........................|ale-haskell-hdevtools| hfmt................................|ale-haskell-hfmt| stack-build.........................|ale-haskell-stack-build| @@ -365,7 +366,7 @@ Notes: * GraphQL: `eslint`, `gqlint`, `prettier` * Haml: `haml-lint` * Handlebars: `ember-template-lint` -* Haskell: `brittany`, `ghc`, `stack-ghc`, `stack-build`!!, `ghc-mod`, `stack-ghc-mod`, `hlint`, `hdevtools`, `hfmt` +* Haskell: `brittany`, `ghc`, `cabal-ghc`, `stack-ghc`, `stack-build`!!, `ghc-mod`, `stack-ghc-mod`, `hlint`, `hdevtools`, `hfmt` * HTML: `alex`!!, `HTMLHint`, `proselint`, `tidy`, `write-good` * Idris: `idris` * Java: `checkstyle`, `javac`, `google-java-format`, `PMD` |