From bc048c834a7554ecbf49b945f63d2727b3a519cf Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 14 Jul 2018 14:00:17 -0700 Subject: [PATCH] appveyor: try with stack --no-terminal, remove verbosity. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b3047a67b..e7fc9b0cd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ environment: global: WIXBIN: "c:\\Program Files (x86)\\WiX Toolset v3.11\\bin" STACK_YAML: "c:\\pandoc\\stack.yaml" - STACK_BUILD_OPTS: "--cabal-verbose -j1 --no-terminal --test --local-bin-path=.\\windows" + STACK_BUILD_OPTS: "--no-terminal -j1 --no-terminal --test --local-bin-path=.\\windows" # see #4201, https://github.com/haskell-tools/haskell-tools/issues/277 matrix: - STACK_VERSION: "windows-i386"