[commit: ghc] wip/nfs-locking: Restore install argument to stack. (2ad773b)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:42:03 UTC 2017


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

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

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

commit 2ad773b62f0558f6a83b585b543e3a0a847c2911
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Jan 7 09:37:20 2016 +0000

    Restore install argument to stack.
    
    See #110. [skip ci]


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

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

diff --git a/.appveyor.yml b/.appveyor.yml
index da02948..8f2e278 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -7,7 +7,7 @@ install:
     - 7z x stack.zip stack.exe
     - bash -lc "curl -LsS http://www.haskell.org/ghc/dist/7.10.3/ghc-7.10.3-x86_64-unknown-mingw32.tar.xz | tar -xJ -C /mingw64 --strip-components=1"
     - stack exec -- pacman -S --noconfirm gcc binutils p7zip git
-    - echo "" | stack --no-terminal alex happy shake ansi-terminal mtl
+    - echo "" | stack --no-terminal install alex happy shake ansi-terminal mtl
     - set PATH=%PATH%;C:\Users\appveyor\AppData\Roaming\local\bin\
     - git clone --recursive git://git.haskell.org/ghc.git C:\msys64\home\ghc\tmp
     - bash -lc "mv /home/ghc/tmp/* /home/ghc"



More information about the ghc-commits mailing list