Skip to content

Commit 544d4fb

Browse files
committed
Add GHC 9.6.7, Cabal 3.14.2.0, Stack 3.5.1 and bump GHCup to 0.1.50.1
1 parent 98c9604 commit 544d4fb

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`.
8181
- `9.8.4` `9.8`
8282
- `9.8.2`
8383
- `9.8.1`
84-
- `9.6.6` `9.6`
84+
- `9.6.7` `9.6`
85+
- `9.6.6`
8586
- `9.6.5`
8687
- `9.6.4`
8788
- `9.6.3`
@@ -135,7 +136,8 @@ Suggestion: Try to support at least the three latest major versions of GHC.
135136

136137
- `head` (the [cabal-head](https://github.com/haskell/cabal/releases/tag/cabal-head) release of the most recent build of the `master` branch)
137138
- `latest` (default, recommended)
138-
- `3.14.1.1` `3.14`
139+
- `3.14.2.0` `3.14`
140+
- `3.14.1.1`
139141
- `3.14.1.0`
140142
- `3.12.1.0` `3.12`
141143
- `3.10.3.0` `3.10`
@@ -156,6 +158,7 @@ Recommendation: Use the latest available version if possible.
156158
**Stack:** (with `enable-stack: true`)
157159

158160
- `latest` (default, recommended)
161+
- `3.5.1` `3.5`
159162
- `3.3.1` `3.3`
160163
- `3.1.1` `3.1`
161164
- `2.15.7` `2.15`

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.

lib/versions.json

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

src/versions.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"9.8.4",
77
"9.8.2",
88
"9.8.1",
9+
"9.6.7",
910
"9.6.6",
1011
"9.6.5",
1112
"9.6.4",
@@ -55,6 +56,7 @@
5556
"7.10.3"
5657
],
5758
"cabal": [
59+
"3.14.2.0",
5860
"3.14.1.1",
5961
"3.14.1.0",
6062
"3.12.1.0",
@@ -72,6 +74,7 @@
7274
"2.4.1.0"
7375
],
7476
"stack": [
77+
"3.5.1",
7578
"3.3.1",
7679
"3.1.1",
7780
"2.15.7",
@@ -103,5 +106,5 @@
103106
"1.3.0",
104107
"1.2.0"
105108
],
106-
"ghcup": ["0.1.40.0"]
109+
"ghcup": ["0.1.50.1"]
107110
}

0 commit comments

Comments
 (0)