Skip to content

Commit 8e7a2f9

Browse files
committed
Update stackage LTS version and update test matrix
1 parent 7fef118 commit 8e7a2f9

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/haskell.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- 'lts-13'
1616
- 'lts-14'
1717
- 'lts-15'
18+
- 'lts-16'
19+
- 'lts-17'
20+
- 'lts-18'
1821

1922
runs-on: ubuntu-latest
2023

stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ extra-package-dbs: []
33
packages:
44
- '.'
55
extra-deps: []
6-
resolver: lts-15.10
6+
resolver: lts-18.0

stack.yaml.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
88
- 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
9+
size: 585393
10+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/0.yaml
11+
sha256: c632012da648385b9fa3c29f4e0afd56ead299f1c5528ee789058be410e883c0
12+
original: lts-18.0

0 commit comments

Comments
 (0)