mirror of https://github.com/dense-analysis/ale
Fix #858 - Fix the stack ghc-mod command
This commit is contained in:
parent
2560cdd56e
commit
41c4f3431c
|
@ -11,6 +11,6 @@ call ale#linter#Define('haskell', {
|
|||
call ale#linter#Define('haskell', {
|
||||
\ 'name': 'stack-ghc-mod',
|
||||
\ 'executable': 'stack',
|
||||
\ 'command': 'stack exec ghc-mod --map-file %s=%t check %s',
|
||||
\ 'command': 'stack exec ghc-mod -- --map-file %s=%t check %s',
|
||||
\ 'callback': 'ale#handlers#haskell#HandleGHCFormat',
|
||||
\})
|
||||
|
|
Loading…
Reference in New Issue