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

Commit 132416f

Browse files
committed
Support GHC 9.6.1 and cabal 3.10.1.0
1 parent afa2d2f commit 132416f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

setup/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ In contrast, a proper `boolean` input like `cabal-update` only accepts values `t
134134
**GHC:**
135135

136136
- `latest` (default, recommended)
137+
- `9.6.1` `9.6`
137138
- `9.4.4` `9.4`
138139
- `9.4.3`
139140
- `9.4.2`
@@ -176,6 +177,7 @@ Suggestion: Try to support the three latest major versions of GHC.
176177
**Cabal:**
177178

178179
- `latest` (default, recommended)
180+
- `3.10.1.0` `3.10`
179181
- `3.8.1.0` `3.8`
180182
- `3.6.2.0` `3.6`
181183
- `3.6.0.0`

setup/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup/lib/versions.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup/src/versions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"ghc": [
3+
"9.6.1",
34
"9.4.4",
45
"9.4.3",
56
"9.4.2",
@@ -38,6 +39,7 @@
3839
"7.10.3"
3940
],
4041
"cabal": [
42+
"3.10.1.0",
4143
"3.8.1.0",
4244
"3.6.2.0",
4345
"3.6.0.0",
@@ -71,5 +73,5 @@
7173
"1.3.0",
7274
"1.2.0"
7375
],
74-
"ghcup": ["0.1.19.0"]
76+
"ghcup": ["0.1.19.2"]
7577
}

0 commit comments

Comments
 (0)