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