Skip to content

Commit 7981648

Browse files
committed
ci: try testing GHC 9.12.2
1 parent 981defc commit 7981648

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.github/workflows/aeson-typescript.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- "9.6.7"
2121
- "9.8.4"
2222
- "9.10.2"
23+
- "9.12.2"
2324
exclude:
2425
# These don't work on GitHub CI anymore because they need llvm@13, which became
2526
# disabled on 12/31/2024
@@ -85,6 +86,8 @@ jobs:
8586
yaml: "stack-9.8.4.yaml"
8687
- ghc: "9.10.2"
8788
yaml: "stack-9.10.2.yaml"
89+
- ghc: "9.12.2"
90+
yaml: "stack-9.12.2.yaml"
8891

8992
steps:
9093
- uses: actions/checkout@v3

stack-9.12.2.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
resolver: nightly-2025-07-31
3+
4+
nix:
5+
enable: false
6+
7+
system-ghc: true
8+
9+
packages:
10+
- .

stack-9.12.2.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/topics/lock_files
5+
6+
packages: []
7+
snapshots:
8+
- completed:
9+
sha256: 3dec7f4c6dc2dc10047d2941a6bc9ee8fa6a84f6db932096cbd83a0ace83dfa1
10+
size: 672916
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2025/7/31.yaml
12+
original: nightly-2025-07-31

0 commit comments

Comments
 (0)