Skip to content

Commit d6fd8d8

Browse files
committed
Turn verbosity down since no longer trying to debug CI
1 parent 2c7612d commit d6fd8d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ setup_haskell() {
5757

5858
msg "Installing helper binaries..."
5959
local STACK_LIST="ghc-mod hlint hasktags hscope pointfree pointful hoogle hindent apply-refact machines-directory-0.2.0.9 machines-io-0.2.0.13 codex-0.5.0.2"
60-
stack --resolver ${STACK_RESOLVER} install ${STACK_LIST} --verbosity info ; RETCODE=$?
60+
stack --resolver ${STACK_RESOLVER} install ${STACK_LIST} --verbosity warning ; RETCODE=$?
6161
[ ${RETCODE} -ne 0 ] && exit_err "Binary installation failed with error ${RETCODE}."
6262

6363
msg "Installing git-hscope..."
@@ -188,7 +188,7 @@ vim_install_plug() {
188188

189189
vim_install_plugins() {
190190
msg "Installing plugins using vim-plug..."
191-
vim -V -E -u ${HVN_DEST}/.vimrc +PlugUpgrade +PlugUpdate +PlugClean! +qall
191+
vim -E -u ${HVN_DEST}/.vimrc +PlugUpgrade +PlugUpdate +PlugClean! +qall
192192
}
193193

194194
setup_vim() {

0 commit comments

Comments
 (0)