Skip to content

Commit 5fc225d

Browse files
committed
stack-9.6.6.yaml -> stack-9.6.7.yaml + update CI
1 parent a10b1ba commit 5fc225d

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/aeson-typescript.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- "9.0.2"
1818
- "9.2.8"
1919
- "9.4.8"
20-
- "9.6.6"
20+
- "9.6.7"
2121
- "9.8.4"
22-
- "9.10.1"
22+
- "9.10.2"
2323
exclude:
2424
# These don't work on GitHub CI anymore because they need llvm@13, which became
2525
# disabled on 12/31/2024
@@ -83,8 +83,8 @@ jobs:
8383
yaml: "stack-9.6.6.yaml"
8484
- ghc: "9.8.4"
8585
yaml: "stack-9.8.4.yaml"
86-
- ghc: "9.10.1"
87-
yaml: "stack-9.10.1.yaml"
86+
- ghc: "9.10.2"
87+
yaml: "stack-9.10.2.yaml"
8888

8989
steps:
9090
- uses: actions/checkout@v3

stack-9.6.6.yaml

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

stack-9.6.7.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
resolver: lts-22.44
3+
4+
packages:
5+
- .
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This file was autogenerated by Stack.
22
# You should not edit this file by hand.
33
# For more information, please see the documentation at:
4-
# https://docs.haskellstack.org/en/stable/lock_files
4+
# https://docs.haskellstack.org/en/stable/topics/lock_files
55

66
packages: []
77
snapshots:
88
- completed:
9-
sha256: 08bd13ce621b41a8f5e51456b38d5b46d7783ce114a50ab604d6bbab0d002146
10-
size: 720271
11-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/43.yaml
12-
original: lts-22.43
9+
sha256: 238fa745b64f91184f9aa518fe04bdde6552533d169b0da5256670df83a0f1a9
10+
size: 721141
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/44.yaml
12+
original: lts-22.44

0 commit comments

Comments
 (0)