Skip to content

Commit 03e4866

Browse files
committed
ci: run latest stack files
1 parent 77d5156 commit 03e4866

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

.github/workflows/aeson-typescript.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- "9.4.8"
2020
- "9.6.6"
2121
- "9.8.4"
22+
- "9.10.1"
2223

2324
steps:
2425
- uses: actions/checkout@v2
@@ -75,6 +76,8 @@ jobs:
7576
yaml: "stack-9.6.6.yaml"
7677
- ghc: "9.8.4"
7778
yaml: "stack-9.8.4.yaml"
79+
- ghc: "9.10.1"
80+
yaml: "stack-9.10.1.yaml"
7881

7982
steps:
8083
- uses: actions/checkout@v3

stack-9.10.1.yaml

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

stack-9.10.1.yaml.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file was autogenerated by Stack.
2+
# You should not edit this file by hand.
3+
# For more information, please see the documentation at:
4+
# https://docs.haskellstack.org/en/stable/lock_files
5+
6+
packages: []
7+
snapshots:
8+
- completed:
9+
sha256: a1b6c372b9194401b72c7c707b257215a4bed0649b8114c778d9fa17db15a4cb
10+
size: 650398
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2025/2/4.yaml
12+
original: nightly-2025-02-04

stack-9.6.6.yaml.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file was autogenerated by Stack.
2+
# You should not edit this file by hand.
3+
# For more information, please see the documentation at:
4+
# https://docs.haskellstack.org/en/stable/lock_files
5+
6+
packages: []
7+
snapshots:
8+
- 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

0 commit comments

Comments
 (0)