Skip to content

Commit

Permalink
Add GHC 9.6.4; bump ghcup
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jan 9, 2024
1 parent 04a85e6 commit b1dc5f1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`.
- `latest-nightly` (requires the resp. `ghcup-release-channel`, e.g. `https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml`)
- `latest` (default)
- `9.8.1` `9.8`
- `9.6.3` `9.6`
- `9.6.4` `9.6`
- `9.6.3`
- `9.6.2`
- `9.6.1`
- `9.4.8` `9.4`
Expand Down Expand Up @@ -296,8 +297,8 @@ Suggestion: Try to support at least the three latest major versions of GHC.

- `head` (the [cabal-head](https://github.com/haskell/cabal/releases/tag/cabal-head) release of the most recent build of the `master` branch)
- `latest` (default, recommended)
- `3.10.1.0` `3.10`
- `3.10.2.0`
- `3.10.2.0` `3.10`
- `3.10.1.0`
- `3.8.1.0` `3.8`
- `3.6.2.0` `3.6`
- `3.6.0.0`
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib/versions.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"ghc": [
"9.8.1",
"9.6.4",
"9.6.3",
"9.6.2",
"9.6.1",
Expand Down Expand Up @@ -84,5 +85,5 @@
"1.3.0",
"1.2.0"
],
"ghcup": ["0.1.19.5"]
"ghcup": ["0.1.20.0"]
}

0 comments on commit b1dc5f1

Please sign in to comment.