Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Add GHC 9.4.1, 9.2.4, 9.2.3, Cabal 3.8.1.0, 3.6.3.0, latest ghcup
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Aug 15, 2022
1 parent f7b0997 commit d1ba9ac
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
9 changes: 7 additions & 2 deletions setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@ That is, setting any "boolean" to a value other than the empty string (`""`) wil

- `head`<sup>[[1]](#ghc-head-note-1)</sup>
- `latest` (default, recommended)
- `9.2.2` `9.2`
- `9.4.1` `9.4`
- `9.2.4` `9.2`
- `9.2.3`
- `9.2.2`
- `9.2.1`
- `9.0.2` `9.0`
- `9.0.1`
Expand Down Expand Up @@ -165,7 +168,9 @@ Suggestion: Try to support the three latest major versions of GHC.
**Cabal:**

- `latest` (default, recommended)
- `3.6.2.0` `3.6`
- `3.8.1.0` `3.8`
- `3.6.3.0` `3.6`
- `3.6.2.0`
- `3.6.0.0`
- `3.4.1.0` `3.4`
- `3.4.0.0`
Expand Down
2 changes: 1 addition & 1 deletion setup/dist/index.js

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

7 changes: 6 additions & 1 deletion setup/lib/versions.json

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

7 changes: 6 additions & 1 deletion setup/src/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"ghc": [
"9.4.1",
"9.2.4",
"9.2.3",
"9.2.2",
"9.2.1",
"9.0.2",
Expand Down Expand Up @@ -29,6 +32,8 @@
"7.10.3"
],
"cabal": [
"3.8.1.0",
"3.6.3.0",
"3.6.2.0",
"3.6.0.0",
"3.4.1.0",
Expand Down Expand Up @@ -59,5 +64,5 @@
"1.3.0",
"1.2.0"
],
"ghcup": ["0.1.17.6"]
"ghcup": ["0.1.18.0"]
}

0 comments on commit d1ba9ac

Please sign in to comment.