mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 13:14:29 +08:00
Fix #858 - Fix the stack ghc-mod command
This commit is contained in:
@@ -11,6 +11,6 @@ call ale#linter#Define('haskell', {
|
|||||||
call ale#linter#Define('haskell', {
|
call ale#linter#Define('haskell', {
|
||||||
\ 'name': 'stack-ghc-mod',
|
\ 'name': 'stack-ghc-mod',
|
||||||
\ 'executable': 'stack',
|
\ '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',
|
\ 'callback': 'ale#handlers#haskell#HandleGHCFormat',
|
||||||
\})
|
\})
|
||||||
|
|||||||
Reference in New Issue
Block a user