Skip to content

Commit 0622570

Browse files
committed
Add GHC 9.10.1
1 parent 763b99c commit 0622570

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

README.md

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

245245
- `latest-nightly` (requires the resp. `ghcup-release-channel`, e.g. `https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml`)
246246
- `latest` (default)
247+
- `9.10.1` `9.10`
247248
- `9.8.2` `9.8`
248249
- `9.8.1`
249250
- `9.6.5` `9.6`

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.10.1",
34
"9.8.2",
45
"9.8.1",
56
"9.6.5",

0 commit comments

Comments
 (0)