Skip to content

Commit

Permalink
Testing with lts-4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alpheccar committed Jan 8, 2016
1 parent 575a7d1 commit 8a7a895
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 @@ -6,7 +6,7 @@ addons:
- libgmp-dev
env:
- ARGS=""
- ARGS="--resolver lts-2"
- ARGS="--resolver lts-4"
- ARGS="--resolver lts-3"
- ARGS="--resolver lts"
- ARGS="--resolver nightly"
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-3.20
resolver: lts-4.0

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

0 comments on commit 8a7a895

Please sign in to comment.