[commit: ghc] wip/nfs-locking: Fix the old-time issue. (909ed08)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:59:30 UTC 2017


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

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

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

commit 909ed08eea7d843c5fb6c022349b3afc10946b60
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Jan 7 09:24:05 2016 +0000

    Fix the old-time issue.
    
    See #110. [skip ci]


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

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

diff --git a/.appveyor.yml b/.appveyor.yml
index 7bcda85..da02948 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -7,7 +7,7 @@ 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 shake ansi-terminal mtl
+    - echo "" | stack --no-terminal 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"



More information about the ghc-commits mailing list