Skip to content

Commit 9465d8d

Browse files
committed
Update stack.yaml files/GHC versions
1 parent 0c62a92 commit 9465d8d

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

.github/workflows/aeson-typescript.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- "8.10.7"
1717
- "9.0.2"
1818
- "9.2.8"
19-
- "9.4.5"
20-
- "9.6.2"
19+
- "9.4.7"
20+
- "9.6.3"
2121

2222
steps:
2323
- uses: actions/checkout@v2
@@ -68,9 +68,9 @@ jobs:
6868
yaml: "stack-9.0.2.yaml"
6969
- ghc: "9.2.8"
7070
yaml: "stack-9.2.8.yaml"
71-
- ghc: "9.4.5"
72-
yaml: "stack-9.4.5.yaml"
73-
- ghc: "9.6.2"
71+
- ghc: "9.4.7"
72+
yaml: "stack-9.4.7.yaml"
73+
- ghc: "9.6.3"
7474
yaml: "stack.yaml"
7575

7676
steps:

stack-9.4.5.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

stack-9.4.7.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
resolver: lts-21.20
3+
4+
packages:
5+
- .

stack-9.4.5.yaml.lock renamed to stack-9.4.7.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
88
- completed:
9-
sha256: 1867d84255dff8c87373f5dd03e5a5cb1c10a99587e26c8793e750c54e83ffdc
10-
size: 639139
11-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/0.yaml
12-
original: lts-21.0
9+
sha256: 5921ddc75f5dd3f197fbc32e1e5676895a8e7b971d4f82ef6b556657801dd18a
10+
size: 640054
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/20.yaml
12+
original: lts-21.20

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
resolver: nightly-2023-06-27
2+
resolver: nightly-2023-11-14
33

44
packages:
55
- .

stack.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
88
- completed:
9-
sha256: 7cb8c85885c204500c43790ea0e7802a6f8bdaf1a27309de33cbd8898f2c1c00
10-
size: 531943
11-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/6/27.yaml
12-
original: nightly-2023-06-27
9+
sha256: 0eaacfc9de6b0ab46ab6026166d2ba7718ab06a8612086b3ee21d7667e682df0
10+
size: 698974
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/11/14.yaml
12+
original: nightly-2023-11-14

0 commit comments

Comments
 (0)