[commit: ghc] wip/nfs-locking: Install only after GHC sources are fetched (9e22012)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:19:43 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/9e2201243a40e63e010d923005a87dbb26f1b305/ghc
>---------------------------------------------------------------
commit 9e2201243a40e63e010d923005a87dbb26f1b305
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Jul 22 11:55:50 2016 +0200
Install only after GHC sources are fetched
>---------------------------------------------------------------
9e2201243a40e63e010d923005a87dbb26f1b305
appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appveyor.yml b/appveyor.yml
index 4392abe..4c3e714 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,7 +15,6 @@ 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 install alex happy shake ansi-terminal mtl
- git config --global url."git://github.com/ghc/packages-".insteadOf git://github.com/ghc/packages/
- git config --global url."http://github.com/ghc/packages-".insteadOf http://github.com/ghc/packages/
@@ -24,6 +23,7 @@ install:
- git config --global url."git at github.com:/ghc/packages-".insteadOf git at github.com:/ghc/packages/
- git clone https://github.com/ghc/ghc --recurse-submodules --depth 1 C:\msys64\home\ghc\tmp
+ - echo "" | stack --no-terminal install alex happy shake ansi-terminal mtl
- ghc --version
- stack --version
- alex --version
More information about the ghc-commits
mailing list