[commit: ghc] wip/nfs-locking: Quote cache path. (1b36ea9)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:05:58 UTC 2017


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

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

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

commit 1b36ea956be80db55406fffc868cb676de5ce100
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Jan 10 00:42:55 2016 +0000

    Quote cache path.
    
    See #110. [skip ci]


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

1b36ea956be80db55406fffc868cb676de5ce100
 .appveyor.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index b2f27af..176fb2a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -4,7 +4,7 @@ environment:
     STACK_ROOT: "c:\\sr"
 
 cache:
-    - c:\\sr
+    - "c:\\sr"
 
 install:
     - cd
@@ -30,4 +30,4 @@ install:
 
 build_script:
     - cd C:\msys64\home\ghc\shake-build
-    - echo "" | stack --no-terminal exec -- build.bat -j --no-progress libraries/ghc-boot/stage0/libHSghc-boot-8.1.a
+    - echo "" | stack --no-terminal exec -- build.bat -j --no-progress libraries/ghc-boot/stage0/build/libHSghc-boot-8.1.a



More information about the ghc-commits mailing list