2017-02-14 22:47:53 +00:00
|
|
|
" Author: rob-b
|
2017-02-14 22:47:53 +00:00
|
|
|
" Description: hdevtools for Haskell files
|
|
|
|
|
|
|
|
call ale#linter#Define('haskell', {
|
|
|
|
\ 'name': 'hdevtools',
|
|
|
|
\ 'executable': 'hdevtools',
|
|
|
|
\ 'command': 'hdevtools check -g -Wall -p %s %t',
|
2017-04-24 21:27:18 +00:00
|
|
|
\ 'callback': 'ale#handlers#haskell#HandleGHCFormat',
|
2017-02-14 22:47:53 +00:00
|
|
|
\})
|