Skip to content

Commit 64aa514

Browse files
committed
Add GHC 9.6.5 and Stack 2.15.5
1 parent ca7ecf7 commit 64aa514

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`.
246246
- `latest` (default)
247247
- `9.8.2` `9.8`
248248
- `9.8.1`
249-
- `9.6.4` `9.6`
249+
- `9.6.5` `9.6`
250+
- `9.6.4`
250251
- `9.6.3`
251252
- `9.6.2`
252253
- `9.6.1`
@@ -316,7 +317,8 @@ Recommendation: Use the latest available version if possible.
316317
**Stack:** (with `enable-stack: true`)
317318

318319
- `latest` (default, recommended)
319-
- `2.15.3` `2.15`
320+
- `2.15.5` `2.15`
321+
- `2.15.3`
320322
- `2.15.1`
321323
- `2.13.1` `2.13`
322324
- `2.11.1` `2.11`

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/versions.json

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/versions.json

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"ghc": [
33
"9.8.2",
44
"9.8.1",
5+
"9.6.5",
56
"9.6.4",
67
"9.6.3",
78
"9.6.2",
@@ -63,6 +64,7 @@
6364
"2.4.1.0"
6465
],
6566
"stack": [
67+
"2.15.5",
6668
"2.15.3",
6769
"2.15.1",
6870
"2.13.1",

0 commit comments

Comments
 (0)