Skip to content

Commit

Permalink
Upgrade to Stack 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Nov 7, 2018
1 parent 95640a1 commit 86aaa11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_install:
- |
if test ! -f "$HOME/.local/bin/stack"
then
VERSION=1.6.5
VERSION=1.9.1
URL="https://github.com/commercialhaskell/stack/releases/download/v$VERSION/stack-$VERSION-$TRAVIS_OS_NAME-x86_64.tar.gz"
cd /tmp
curl --location "$URL" > stack.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
TMP: c:/tmp # https://github.com/haskell/cabal/issues/5386

install:
- ps: curl -OutFile stack.zip -Uri https://github.com/commercialhaskell/stack/releases/download/v1.6.5/stack-1.6.5-windows-x86_64.zip
- ps: curl -OutFile stack.zip -Uri https://github.com/commercialhaskell/stack/releases/download/v1.9.1/stack-1.9.1-windows-x86_64.zip
- 7z x stack.zip stack.exe
build_script:
- stack.exe setup
Expand Down

0 comments on commit 86aaa11

Please sign in to comment.