Skip to content

Commit

Permalink
Changed off of discouraged LTS-4.0 to the new LTS-5.0, which includes…
Browse files Browse the repository at this point in the history
… a more reliable version of aeson. Removed stackage nightly from travis build for time.
  • Loading branch information
dmcclean committed Jan 26, 2016
1 parent a0810b1 commit d4bd3af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ addons:
env:
- ARGS="--resolver lts-2 --stack-yaml stack.lts2.yaml"
- ARGS="--resolver lts-3"
- ARGS="--resolver lts"
- ARGS="--resolver nightly"
- ARGS="--resolver lts-5"

before_install:
# Download and unpack the stack executable
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md

# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-4.1
resolver: lts-5.0

# Local packages, usually specified by relative directory name
packages:
Expand Down

0 comments on commit d4bd3af

Please sign in to comment.