Skip to content
Snippets Groups Projects
Commit 1b0080d0 authored by Edward Z. Yang's avatar Edward Z. Yang
Browse files

Make AppVeyor less chatty.


Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
parent d4ba63ec
No related branches found
No related tags found
No related merge requests found
install:
- choco install ghc -version 7.10.3
- choco install ghc -version 7.10.3 > NUL
- SET PATH=%PATH%;C:\tools\ghc\ghc-7.10.3\bin
- curl -o cabal.zip https://www.haskell.org/cabal/release/cabal-install-1.24.0.0-rc1/cabal-install-1.24.0.0-rc1-x86_64-unknown-mingw32.zip
- 7z x cabal.zip
- curl -o cabal.zip --silent https://www.haskell.org/cabal/release/cabal-install-1.24.0.0-rc1/cabal-install-1.24.0.0-rc1-x86_64-unknown-mingw32.zip
- 7z x -bd cabal.zip
- cabal --version
- cabal update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment