Skip to content

Commit

Permalink
Update stack version
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Nov 16, 2018
1 parent a530ff1 commit 827cd92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
# ------------------------------------------------------------------------
# Builds that need stack
# ------------------------------------------------------------------------
- STACKVER="1.7.1"
- STACKVER="1.9.1"
- STACK_UPGRADE="y"
# ------------------------------------------------------------------------
# Common parameters: Normally you would not need to customize these params
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
# https://github.com/composewell/packcheck. Used only when the script
# does not exist in the package repo at the path specified by "PACKCHECK"
PACKCHECK_COMMIT: "c4faad78b3292136a40a228196c3da0e3cac6e0c"
STACKVER: "1.7.1"
STACKVER: "1.9.1"
STACK_UPGRADE: "y"
RESOLVER: "lts-12.10"
GHC_OPTIONS: "-Werror"
Expand Down Expand Up @@ -39,7 +39,7 @@ before_test:
- if not exist %PACKCHECK% curl -sSkL -o%PACKCHECK% https://raw.githubusercontent.com/composewell/packcheck/%PACKCHECK_COMMIT%/packcheck.sh
- if not exist %LOCAL_BIN% mkdir %LOCAL_BIN%
- where stack.exe || curl -sSkL -ostack.zip http://www.stackage.org/stack/windows-x86_64 && 7z x stack.zip stack.exe && move stack.exe %LOCAL_BIN%
#- stack upgrade --binary-only --binary-version %STACKVER%
- stack upgrade --binary-only --binary-version %STACKVER%
- stack --version

test_script:
Expand Down

0 comments on commit 827cd92

Please sign in to comment.