Skip to content

Commit 36d09c4

Browse files
committed
add ghc-9.8.4
1 parent dd344bc commit 36d09c4

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`.
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)
262262
- `9.10.1` `9.10`
263-
- `9.8.2` `9.8`
263+
- `9.8.4` `9.8`
264+
- `9.8.2`
264265
- `9.8.1`
265266
- `9.6.6` `9.6`
266267
- `9.6.5`

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,6 +1,7 @@
11
{
22
"ghc": [
33
"9.10.1",
4+
"9.8.4",
45
"9.8.2",
56
"9.8.1",
67
"9.6.6",

0 commit comments

Comments
 (0)