tools: appveyor: stack#4125: fix

[ci skip]
This commit is contained in:
Simon Michael 2018-07-10 07:53:58 +01:00
parent c2dbadd5bb
commit a1b0872d00

View File

@ -41,9 +41,9 @@ install:
- dir
# install latest stack release
# - curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
# - 7z x stack.zip stack.exe
# - stack --version
- curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
- 7z x stack.zip stack.exe
- stack --version
# install latest stack 4125-cabal-style-build-tools branch
# - move stack.exe stack-release.exe
@ -56,11 +56,9 @@ install:
- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
- stack-release upgrade --git
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe C:\Users\appveyor\AppData\Roaming\local\bin\stack-master.exe
# use the latter
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack-master.exe stack.exe
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe stack.exe
- stack --version
- dir
#