[commit: ghc] wip/nfs-locking: Don't reinstall perl. (efeb163)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:45:05 UTC 2017


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

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

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

commit efeb163633b8e2f9c2e551da13fff7b7c750578c
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jan 8 02:55:38 2016 +0000

    Don't reinstall perl.
    
    See #110. [skip ci]


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

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

diff --git a/.appveyor.yml b/.appveyor.yml
index 8333761..2a4a628 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -8,7 +8,7 @@ install:
     - curl -ostack.zip -LsS --insecure https://www.stackage.org/stack/windows-x86_64
     - 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 perl gcc binutils p7zip git
+    - stack exec -- pacman -S --noconfirm gcc binutils p7zip git
     - echo "" | stack --no-terminal install alex happy shake ansi-terminal mtl
     - 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