Remove hlint option from ghc-mod

This commit is contained in:
Nicolas Wu 2013-07-29 13:02:29 +01:00
parent 8745794ea5
commit fa0ef8427d

View File

@ -32,7 +32,6 @@ function! SyntaxCheckers_haskell_ghc_mod_GetLocList()
let makeprg = syntastic#makeprg#build({
\ 'exe': 'ghc-mod check',
\ 'args': '--hlintOpt="--language=XmlSyntax"',
\ 'filetype': 'haskell',
\ 'subchecker': 'ghc_mod' })