[commit: ghc] wip/nfs-locking: Run stack setup in silent mode (4b682d2)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:08:37 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/4b682d2db950154907885acc006a46ea47d9c019/ghc

>---------------------------------------------------------------

commit 4b682d2db950154907885acc006a46ea47d9c019
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Sep 1 19:59:57 2016 +0100

    Run stack setup in silent mode


>---------------------------------------------------------------

4b682d2db950154907885acc006a46ea47d9c019
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 07619c8..ab3ed8c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -21,7 +21,7 @@ install:
 
     # Install all Hadrian and GHC build dependencies
     - cd hadrian
-    - stack setup
+    - stack setup --silent
     - stack exec -- pacman -S autoconf automake-wrapper make patch tar --noconfirm
 
 build_script:



More information about the ghc-commits mailing list