File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v2
14
14
- uses : actions/setup-haskell@v1.1
15
15
with :
16
- ghc-version : ' 8.8.3 '
16
+ ghc-version : ' 8.8.4 '
17
17
cabal-version : ' 3.0'
18
18
enable-stack : true
19
19
stack-version : ' latest'
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v2
12
12
- uses : actions/setup-haskell@v1
13
13
with :
14
- ghc-version : ' 8.8.3 '
14
+ ghc-version : ' 8.8.4 '
15
15
cabal-version : ' 3.0'
16
16
enable-stack : true
17
17
stack-version : ' latest'
Original file line number Diff line number Diff line change 17
17
#
18
18
# resolver: ./custom-snapshot.yaml
19
19
# resolver: https://example.com/snapshots/2018-01-01.yaml
20
- resolver : lts-16.8
20
+ resolver : lts-16.12
21
21
22
22
# User packages to be built.
23
23
# Various formats can be used as shown in the example below.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ packages:
48
48
hackage: charsetdetect-1.1.0.2@sha256:f5aa040983c784611f8a486a0fcda3ec13005eff6f0515c4ab4aa323f6199cd8,8273
49
49
snapshots:
50
50
- 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
You can’t perform that action at this time.
0 commit comments