[commit: ghc] wip/nfs-locking: Install ghc-7.10.3 before using stack. (ccf97ae)

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


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

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

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

commit ccf97ae74f3cbfaaa0484d12af82231832e2620f
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Jan 7 01:40:09 2016 +0000

    Install ghc-7.10.3 before using stack.
    
    See #110. [skip ci]


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

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

diff --git a/.appveyor.yml b/.appveyor.yml
index 7410a5e..f282d5b 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -5,9 +5,9 @@ install:
     - 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
     - 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
     - stack install -v3 -j --prefix=/usr/local alex happy
-    - bash -lc "curl -LsS http://www.haskell.org/ghc/dist/7.10.1/ghc-7.10.1-x86_64-unknown-mingw32.tar.xz | tar -xJ -C /mingw64 --strip-components=1"
     - git clone --recursive git://git.haskell.org/ghc.git C:\msys64\mingw64\home\ghc\tmp
     - bash -lc "mv /home/ghc/tmp/* /home/ghc"
     - cd C:\msys64\mingw64\home\ghc\shake-build



More information about the ghc-commits mailing list