Skip to content

Commit d2f2d1c

Browse files
committed
Bump lts version to lts-16.12
1 parent 3d7a658 commit d2f2d1c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-haskell@v1.1
1515
with:
16-
ghc-version: '8.8.3'
16+
ghc-version: '8.8.4'
1717
cabal-version: '3.0'
1818
enable-stack: true
1919
stack-version: 'latest'

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-haskell@v1
1313
with:
14-
ghc-version: '8.8.3'
14+
ghc-version: '8.8.4'
1515
cabal-version: '3.0'
1616
enable-stack: true
1717
stack-version: 'latest'

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# resolver: ./custom-snapshot.yaml
1919
# resolver: https://example.com/snapshots/2018-01-01.yaml
20-
resolver: lts-16.8
20+
resolver: lts-16.12
2121

2222
# User packages to be built.
2323
# Various formats can be used as shown in the example below.

stack.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ packages:
4848
hackage: charsetdetect-1.1.0.2@sha256:f5aa040983c784611f8a486a0fcda3ec13005eff6f0515c4ab4aa323f6199cd8,8273
4949
snapshots:
5050
- completed:
51-
size: 532379
52-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/8.yaml
53-
sha256: 2ad3210d2ad35f3176005d68369a18e4d984517bfaa2caade76f28ed0b2e0521
54-
original: lts-16.8
51+
size: 532377
52+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/12.yaml
53+
sha256: f914cfa23fef85bdf895e300a8234d9d0edc2dbec67f4bc9c53f85867c50eab6
54+
original: lts-16.12

0 commit comments

Comments
 (0)