[commit: ghc] wip/nfs-locking: Try to use an older cabal version. (05b4a6e)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:58:40 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/05b4a6e3c481e08317678edf8e5aa21e7f658271/ghc
>---------------------------------------------------------------
commit 05b4a6e3c481e08317678edf8e5aa21e7f658271
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Jan 7 01:01:32 2016 +0000
Try to use an older cabal version.
See #110. [skip ci]
>---------------------------------------------------------------
05b4a6e3c481e08317678edf8e5aa21e7f658271
.appveyor.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index 19236d4..4d54924 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -10,8 +10,9 @@ install:
- 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"
- bash -lc "mkdir -p /usr/local"
- bash -lc "mkdir -p /usr/local/bin"
- - bash -lc "curl -LsS https://www.haskell.org/cabal/release/cabal-install-1.22.0.0/cabal-1.22.0.0-i386-unknown-mingw32.tar.gz | tar -xz -C /usr/local/bin"
- - bash -lc "mv /usr/local/bin/cabal-1.22.0.0-i386-unknown-mingw32.exe /usr/local/bin/cabal.exe"
+ # - bash -lc "curl -LsS https://www.haskell.org/cabal/release/cabal-install-1.22.0.0/cabal-1.22.0.0-i386-unknown-mingw32.tar.gz | tar -xz -C /usr/local/bin"
+ # - bash -lc "mv /usr/local/bin/cabal-1.22.0.0-i386-unknown-mingw32.exe /usr/local/bin/cabal.exe"
+ - bash -lc "curl -LsS https://www.haskell.org/cabal/release/cabal-install-1.20.0.3/cabal-1.20.0.3-i386-unknown-mingw32.tar.gz | tar -xz -C /usr/local/bin"
- bash -lc "cabal update -v3"
- bash -lc "cabal install -j --prefix=/usr/local alex happy"
- git clone --recursive git://git.haskell.org/ghc.git C:\msys64\mingw64\home\ghc\tmp
More information about the ghc-commits
mailing list