Skip to content

Commit

Permalink
Upgrade to Stack 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Dec 20, 2017
1 parent a74542b commit a56a06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
STACK_ROOT: c:\s

install:
- ps: curl -OutFile stack.zip -Uri https://github.com/commercialhaskell/stack/releases/download/v1.5.1/stack-1.5.1-windows-x86_64.zip
- ps: curl -OutFile stack.zip -Uri https://github.com/commercialhaskell/stack/releases/download/v1.6.1/stack-1.6.1-windows-x86_64.zip
- 7z x stack.zip stack.exe
build_script:
- stack.exe setup
Expand Down

0 comments on commit a56a06e

Please sign in to comment.