[commit: ghc] wip/nfs-locking: Specify path to stack. (9ad20c9)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:44:43 UTC 2017


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

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

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

commit 9ad20c9a77dd8655d53bc1e0f512794876df8741
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Jan 7 23:57:57 2016 +0000

    Specify path to stack.
    
    See #110. [skip ci]


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

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

diff --git a/.appveyor.yml b/.appveyor.yml
index 79f3369..9e1ed1e 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -12,7 +12,7 @@ install:
     - git clone --recursive git://git.haskell.org/ghc.git C:\msys64\home\ghc\tmp
     - bash -lc "mv /home/ghc/tmp/* /home/ghc"
     - cd C:\msys64\home\ghc
-    - stack exec -- mk/get-win32-tarballs.sh download x86_64
+    - C:\stack exec -- mk/get-win32-tarballs.sh download x86_64
 
 build_script:
     - bash -lc "cd /home/ghc && ./boot"



More information about the ghc-commits mailing list