Skip to content

Commit 2492c12

Browse files
committed
Add cabal 3.10.3.0 and stack 2.15.3
1 parent 594e355 commit 2492c12

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ Suggestion: Try to support at least the three latest major versions of GHC.
298298

299299
- `head` (the [cabal-head](https://github.com/haskell/cabal/releases/tag/cabal-head) release of the most recent build of the `master` branch)
300300
- `latest` (default, recommended)
301-
- `3.10.2.1` `3.10`
301+
- `3.10.3.0` `3.10`
302+
- `3.10.2.1`
302303
- `3.10.2.0`
303304
- `3.10.1.0`
304305
- `3.8.1.0` `3.8`
@@ -315,7 +316,8 @@ Recommendation: Use the latest available version if possible.
315316
**Stack:** (with `enable-stack: true`)
316317

317318
- `latest` (default, recommended)
318-
- `2.15.1` `2.15`
319+
- `2.15.3` `2.15`
320+
- `2.15.1`
319321
- `2.13.1` `2.13`
320322
- `2.11.1` `2.11`
321323
- `2.9.3` `2.9`

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

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

src/versions.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"7.10.3"
5050
],
5151
"cabal": [
52+
"3.10.3.0",
5253
"3.10.2.1",
5354
"3.10.2.0",
5455
"3.10.1.0",
@@ -62,6 +63,7 @@
6263
"2.4.1.0"
6364
],
6465
"stack": [
66+
"2.15.3",
6567
"2.15.1",
6668
"2.13.1",
6769
"2.11.1",
@@ -88,5 +90,5 @@
8890
"1.3.0",
8991
"1.2.0"
9092
],
91-
"ghcup": ["0.1.20.0"]
93+
"ghcup": ["0.1.22.0"]
9294
}

0 commit comments

Comments
 (0)