[commit: ghc] wip/nfs-locking: Switch to stack/windows-x86_64. (280b6fa)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:58:50 UTC 2017


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

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

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

commit 280b6fa49b1e3541de7a1bc242a9b953bc00cec1
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Jan 7 01:49:02 2016 +0000

    Switch to stack/windows-x86_64.
    
    See #110. [skip ci]


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

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

diff --git a/.appveyor.yml b/.appveyor.yml
index f282d5b..a78c02c 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -3,7 +3,7 @@ clone_folder: "C:\\msys64\\home\\ghc\\shake-build"
 install:
     - set MSYSTEM=MINGW64
     - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;%PATH%
-    - curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
+    - curl -ostack.zip -LsS --insecure https://www.stackage.org/stack/windows-x86_64
     - 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



More information about the ghc-commits mailing list