Skip to content

Commit b1dc5f1

Browse files
committed
Add GHC 9.6.4; bump ghcup
1 parent 04a85e6 commit b1dc5f1

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`.
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)
247247
- `9.8.1` `9.8`
248-
- `9.6.3` `9.6`
248+
- `9.6.4` `9.6`
249+
- `9.6.3`
249250
- `9.6.2`
250251
- `9.6.1`
251252
- `9.4.8` `9.4`
@@ -296,8 +297,8 @@ Suggestion: Try to support at least the three latest major versions of GHC.
296297

297298
- `head` (the [cabal-head](https://github.com/haskell/cabal/releases/tag/cabal-head) release of the most recent build of the `master` branch)
298299
- `latest` (default, recommended)
299-
- `3.10.1.0` `3.10`
300-
- `3.10.2.0`
300+
- `3.10.2.0` `3.10`
301+
- `3.10.1.0`
301302
- `3.8.1.0` `3.8`
302303
- `3.6.2.0` `3.6`
303304
- `3.6.0.0`

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

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

src/versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ghc": [
33
"9.8.1",
4+
"9.6.4",
45
"9.6.3",
56
"9.6.2",
67
"9.6.1",
@@ -84,5 +85,5 @@
8485
"1.3.0",
8586
"1.2.0"
8687
],
87-
"ghcup": ["0.1.19.5"]
88+
"ghcup": ["0.1.20.0"]
8889
}

0 commit comments

Comments
 (0)