[commit: ghc] wip/nfs-locking: Install shake, mtl and ansi-terminal. (f514cc4)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:41:42 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/f514cc4d9b216c6dae5cb69f406f911fb3959718/ghc
>---------------------------------------------------------------
commit f514cc4d9b216c6dae5cb69f406f911fb3959718
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Jan 7 02:40:43 2016 +0000
Install shake, mtl and ansi-terminal.
See #110. [skip ci]
>---------------------------------------------------------------
f514cc4d9b216c6dae5cb69f406f911fb3959718
.appveyor.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index 991ef0a..7bcda85 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -7,12 +7,10 @@ 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
- - stack install alex happy
+ - stack 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"
- - cd C:\msys64\home\ghc\shake-build
- - stack install --only-dependencies
build_script:
- bash -lc "cd /home/ghc && ./boot"
More information about the ghc-commits
mailing list