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

Commit

Permalink
Support GHC 9.6.1 and cabal 3.10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Mar 12, 2023
1 parent afa2d2f commit 132416f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ In contrast, a proper `boolean` input like `cabal-update` only accepts values `t
**GHC:**

- `latest` (default, recommended)
- `9.6.1` `9.6`
- `9.4.4` `9.4`
- `9.4.3`
- `9.4.2`
Expand Down Expand Up @@ -176,6 +177,7 @@ Suggestion: Try to support the three latest major versions of GHC.
**Cabal:**

- `latest` (default, recommended)
- `3.10.1.0` `3.10`
- `3.8.1.0` `3.8`
- `3.6.2.0` `3.6`
- `3.6.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.

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

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

4 changes: 3 additions & 1 deletion setup/src/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ghc": [
"9.6.1",
"9.4.4",
"9.4.3",
"9.4.2",
Expand Down Expand Up @@ -38,6 +39,7 @@
"7.10.3"
],
"cabal": [
"3.10.1.0",
"3.8.1.0",
"3.6.2.0",
"3.6.0.0",
Expand Down Expand Up @@ -71,5 +73,5 @@
"1.3.0",
"1.2.0"
],
"ghcup": ["0.1.19.0"]
"ghcup": ["0.1.19.2"]
}

0 comments on commit 132416f

Please sign in to comment.