Merge pull request #1908 from KtorZ/master

Allow extra options to be passed to haskell:hlint
This commit is contained in:
w0rp
2018-09-26 15:38:15 +01:00
committed by GitHub
3 changed files with 38 additions and 2 deletions

View File

@@ -77,6 +77,15 @@ g:ale_haskell_hlint_executable *g:ale_haskell_hlint_executable*
This variable can be changed to use a different executable for hlint.
g:ale_haskell_hlint_options g:ale_haskell_hlint_options
b:ale_haskell_hlint_options
Type: String
Default: ''
This variable can be used to pass extra options to the underlying hlint
executable.
===============================================================================
stack-build *ale-haskell-stack-build*