[commit: ghc] wip/nfs-locking: Fix cabal rename error. (e008f71)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:58:11 UTC 2017


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

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

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

commit e008f71950c8197157e3da6274b12d410bce81f9
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Jan 6 20:30:11 2016 +0000

    Fix cabal rename error.
    
    See #110. [skip ci]


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

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

diff --git a/.appveyor.yml b/.appveyor.yml
index 47210eb..8bb6c15 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -8,7 +8,7 @@ install:
     - bash -lc "mkdir /usr/local"
     - bash -lc "mkdir /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"
-    - ren C:\msys64\usr\local\bin\cabal-1.22.0.0-i386-unknown-mingw32.exe C:\msys64\usr\local\bin\cabal.exe
+    - bash -lc "mv /usr/local/bin/cabal-1.22.0.0-i386-unknown-mingw32.exe /usr/local/bin/cabal.exe"
     - bash -lc "cabal update"
     - bash -lc "cabal install -j --prefix=/usr/local alex happy"
     - bash -lc "git clone --recursive git://git.haskell.org/ghc.git /home/ghc"



More information about the ghc-commits mailing list