[commit: ghc] wip/nfs-locking: Drop extra flags to stack install. (78fee43)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:41:28 UTC 2017


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

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

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

commit 78fee435f395b30199947fd7eefd32bbb25d5804
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Jan 7 01:59:39 2016 +0000

    Drop extra flags to stack install.
    
    See #110. [skip ci]


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

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

diff --git a/.appveyor.yml b/.appveyor.yml
index a78c02c..1b5e3bc 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 -v3 -j --prefix=/usr/local alex happy
+    - stack install alex happy
     - git clone --recursive git://git.haskell.org/ghc.git C:\msys64\mingw64\home\ghc\tmp
     - bash -lc "mv /home/ghc/tmp/* /home/ghc"
     - cd C:\msys64\mingw64\home\ghc\shake-build



More information about the ghc-commits mailing list