Merge pull request #409 from jhickner/master
Add -fno-code to the call to ghc-mod, which speeds up haskell syntax checking
This commit is contained in:
commit
6d5a604251
@ -11,7 +11,7 @@
|
|||||||
"============================================================================
|
"============================================================================
|
||||||
|
|
||||||
if !exists('g:syntastic_haskell_checker_args')
|
if !exists('g:syntastic_haskell_checker_args')
|
||||||
let g:syntastic_haskell_checker_args = '--hlintOpt="--language=XmlSyntax"'
|
let g:syntastic_haskell_checker_args = '--ghcOpt="-fno-code" --hlintOpt="--language=XmlSyntax"'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
function! SyntaxCheckers_haskell_GetLocList()
|
function! SyntaxCheckers_haskell_GetLocList()
|
||||||
|
Loading…
Reference in New Issue
Block a user