summaryrefslogtreecommitdiff
path: root/ale_linters/haskell/stack_build.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/haskell/stack_build.vim')
-rw-r--r--ale_linters/haskell/stack_build.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/ale_linters/haskell/stack_build.vim b/ale_linters/haskell/stack_build.vim
index 44e2e86f..f5bdf4b8 100644
--- a/ale_linters/haskell/stack_build.vim
+++ b/ale_linters/haskell/stack_build.vim
@@ -13,7 +13,8 @@ function! ale_linters#haskell#stack_build#GetCommand(buffer) abort
endfunction
call ale#linter#Define('haskell', {
-\ 'name': 'stack-build',
+\ 'name': 'stack_build',
+\ 'aliases': ['stack-build'],
\ 'output_stream': 'stderr',
\ 'executable': 'stack',
\ 'command_callback': 'ale_linters#haskell#stack_build#GetCommand',