Skip to content

Commit 7e8e8ca

Browse files
committed
Merge pull request purescript#1405 from zudov/bump-stack-resolver
Bumped lts-3 resolver
2 parents 7312733 + 077299c commit 7e8e8ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
- GHCVER=7.10.1
77
- GHCVER=7.8.4 STACKAGE=lts-2.22
88
# 7.10.2 Pending https://github.com/travis-ci/apt-package-whitelist/pull/686
9-
- GHCVER=7.10.1 STACKAGE=lts-3.0
9+
- GHCVER=7.10.1 STACKAGE=lts-3.1
1010
- GHCVER=7.10.1 STACKAGE=nightly-2015-08-12
1111
before_install:
1212
- export PATH="/opt/ghc/$GHCVER/bin:$PATH"

stack-lts-3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ flags: {}
22
packages:
33
- '.'
44
extra-deps:
5-
resolver: lts-3.0
5+
resolver: lts-3.1

0 commit comments

Comments
 (0)