2017-07-09 16:39:33 -05:00
|
|
|
" Author: w0rp <devw0rp@gmail.com>
|
|
|
|
" Description: ghc for Haskell files, using Stack
|
|
|
|
|
|
|
|
call ale#linter#Define('haskell', {
|
2018-07-24 10:05:44 +01:00
|
|
|
\ 'name': 'stack_ghc',
|
|
|
|
\ 'aliases': ['stack-ghc'],
|
2017-07-09 16:39:33 -05:00
|
|
|
\ 'output_stream': 'stderr',
|
2018-10-26 01:30:49 +11:00
|
|
|
\ 'executable_callback': 'ale#handlers#haskell#GetStackExecutable',
|
2017-07-09 16:39:33 -05:00
|
|
|
\ 'command': 'stack ghc -- -fno-code -v0 %t',
|
|
|
|
\ 'callback': 'ale#handlers#haskell#HandleGHCFormat',
|
|
|
|
\})
|