appveyor.yml: in stack steup, specify 64-bit ghc.

This commit is contained in:
John MacFarlane 2015-10-05 21:42:52 -07:00
parent 96c8b9dc05
commit a5fa9e6951

View file

@ -15,7 +15,7 @@ before_test:
- ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.dll?raw=true" -OutFile 7z.dll - ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.dll?raw=true" -OutFile 7z.dll
- 7z x -oc:\\stack stack.zip - 7z x -oc:\\stack stack.zip
- move c:\\stack\\stack.exe stack.exe - move c:\\stack\\stack.exe stack.exe
- stack setup - stack setup --arch=x86_64
clone_folder: "c:\\pandoc" clone_folder: "c:\\pandoc"
environment: environment: