From d4bd3af6941b1673cb71c45b0facf97c9f846a6c Mon Sep 17 00:00:00 2001 From: Douglas McClean Date: Tue, 26 Jan 2016 09:05:53 -0500 Subject: [PATCH] Changed off of discouraged LTS-4.0 to the new LTS-5.0, which includes a more reliable version of aeson. Removed stackage nightly from travis build for time. --- .travis.yml | 3 +-- stack.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c89076a..1a29e716 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/stack.yaml b/stack.yaml index 893e6b23..31f0a976 100644 --- a/stack.yaml +++ b/stack.yaml @@ -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: