[commit: ghc] wip/nfs-locking: Fix path to configure. (c6d3c5e)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:02:51 UTC 2017


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

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

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

commit c6d3c5eedbd3257c75b5fbd31fe8cea3dcfa0c05
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jan 8 03:23:31 2016 +0000

    Fix path to configure.
    
    See #110. [skip ci]


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

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

diff --git a/.appveyor.yml b/.appveyor.yml
index 2a4a628..82cdce4 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -14,7 +14,7 @@ install:
     - bash -lc "mv /home/ghc/tmp/* /home/ghc"
     - cd C:\msys64\home\ghc
     - stack exec -- perl boot
-    - stack exec -- configure --enable-tarballs-autodownload
+    - stack exec -- ./configure --enable-tarballs-autodownload
     - ghc   --version
     - stack --version
     - alex  --version



More information about the ghc-commits mailing list