Skip to content

Commit e447c4c

Browse files
committed
Add GHC 9.12.1
1 parent 36d09c4 commit e447c4c

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

.github/workflows/workflow.yml

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959

6060
# Recent releases
6161

62+
- ghc: "9.10"
63+
cabal: "3.12"
64+
cabal_update: "true"
65+
6266
- ghc: "9.8"
6367
cabal: "3.10"
6468
cabal_update: "false"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`.
259259

260260
- `latest-nightly` (requires the resp. `ghcup-release-channel`, e.g. `https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml`)
261261
- `latest` (default)
262+
- `9.12.1` `9.12`
262263
- `9.10.1` `9.10`
263264
- `9.8.4` `9.8`
264265
- `9.8.2`

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/versions.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/versions.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"ghc": [
3+
"9.12.1",
34
"9.10.1",
45
"9.8.4",
56
"9.8.2",

0 commit comments

Comments
 (0)