Skip to content

Commit b8bca22

Browse files
committed
Add GHC 9.10.2 and Cabal 3.14.2.0
1 parent 64445b6 commit b8bca22

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`.
7777
- `latest` (default)
7878
- `9.12.2` `9.12`
7979
- `9.12.1`
80-
- `9.10.1` `9.10`
80+
- `9.10.2` `9.10`
81+
- `9.10.1`
8182
- `9.8.4` `9.8`
8283
- `9.8.2`
8384
- `9.8.1`
@@ -136,7 +137,8 @@ Suggestion: Try to support at least the three latest major versions of GHC.
136137

137138
- `head` (the [cabal-head](https://github.com/haskell/cabal/releases/tag/cabal-head) release of the most recent build of the `master` branch)
138139
- `latest` (default, recommended)
139-
- `3.14.1.1` `3.14`
140+
- `3.14.2.0` `3.14`
141+
- `3.14.1.1`
140142
- `3.14.1.0`
141143
- `3.12.1.0` `3.12`
142144
- `3.10.3.0` `3.10`

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: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/versions.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"ghc": [
33
"9.12.2",
44
"9.12.1",
5+
"9.10.2",
56
"9.10.1",
67
"9.8.4",
78
"9.8.2",
@@ -56,6 +57,7 @@
5657
"7.10.3"
5758
],
5859
"cabal": [
60+
"3.14.2.0",
5961
"3.14.1.1",
6062
"3.14.1.0",
6163
"3.12.1.0",

0 commit comments

Comments
 (0)