Skip to content

Commit 30f4cca

Browse files
authored
Merge pull request #48 from Porges/update-lts-version
Update LTS max version
2 parents dc66ce2 + 98b114f commit 30f4cca

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323
- ARGS="--resolver lts-11"
2424
- ARGS="--resolver lts-12"
2525
- ARGS="--resolver lts-13"
26+
- ARGS="--resolver lts-14"
2627
- ARGS="--resolver lts"
2728
- ARGS="--resolver nightly"
2829

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ extra-package-dbs: []
33
packages:
44
- '.'
55
extra-deps: []
6-
resolver: lts-13.4
6+
resolver: lts-14.7

stack.yaml.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file was autogenerated by Stack.
2+
# You should not edit this file by hand.
3+
# For more information, please see the documentation at:
4+
# https://docs.haskellstack.org/en/stable/lock_files
5+
6+
packages: []
7+
snapshots:
8+
- completed:
9+
size: 523700
10+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/7.yaml
11+
sha256: 8e3f3c894be74d71fa4bf085e0a8baae7e4d7622d07ea31a52736b80f8b9bb1a
12+
original: lts-14.7

0 commit comments

Comments
 (0)