summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatej Fandl <matej@mladypes.sk>2021-07-07 02:50:44 +0200
committerGitHub <noreply@github.com>2021-07-07 09:50:44 +0900
commite230f07465be5b05446da30a098b4a666463503f (patch)
treefa645c6b21ef2446128391de29cc5f97158cc5f8
parent958f30c1635ffc7cd47b929b382a791a9d0db37b (diff)
downloadale-e230f07465be5b05446da30a098b4a666463503f.zip
updated ale-purescript configuration example in docs according to changes in Spago v0.14 (#3710)
-rw-r--r--doc/ale-purescript.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-purescript.txt b/doc/ale-purescript.txt
index e809f2c9..454bb7e4 100644
--- a/doc/ale-purescript.txt
+++ b/doc/ale-purescript.txt
@@ -26,7 +26,7 @@ g:ale_purescript_ls_config g:ale_purescript_ls_config
\ 'purescript': {
\ 'addSpagoSources': v:true,
\ 'addNpmPath': v:true,
- \ 'buildCommand': 'spago build -- --json-errors'
+ \ 'buildCommand': 'spago --quiet build --purs-args --json-errors'
\ }
\}
===============================================================================