Skip to content

Commit f5975f0

Browse files
committed
Add Cabal 3.14.1.0 and Stack 3.3.1
1 parent 2420a18 commit f5975f0

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ Suggestion: Try to support at least the three latest major versions of GHC.
318318

319319
- `head` (the [cabal-head](https://github.com/haskell/cabal/releases/tag/cabal-head) release of the most recent build of the `master` branch)
320320
- `latest` (default, recommended)
321+
- `3.14.1.0` `3.14`
321322
- `3.12.1.0` `3.12`
322323
- `3.10.3.0` `3.10`
323324
- `3.10.2.1`
@@ -337,6 +338,7 @@ Recommendation: Use the latest available version if possible.
337338
**Stack:** (with `enable-stack: true`)
338339

339340
- `latest` (default, recommended)
341+
- `3.3.1` `3.3`
340342
- `3.1.1` `3.1`
341343
- `2.15.7` `2.15`
342344
- `2.15.5`

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
@@ -54,6 +54,7 @@
5454
"7.10.3"
5555
],
5656
"cabal": [
57+
"3.14.1.0",
5758
"3.12.1.0",
5859
"3.10.3.0",
5960
"3.10.2.1",
@@ -69,6 +70,7 @@
6970
"2.4.1.0"
7071
],
7172
"stack": [
73+
"3.3.1",
7274
"3.1.1",
7375
"2.15.7",
7476
"2.15.5",

0 commit comments

Comments
 (0)