Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ Suggestion: Try to support at least the three latest major versions of GHC.

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

- `latest` (default, recommended)
- `3.3.1` `3.3`
- `3.1.1` `3.1`
- `2.15.7` `2.15`
- `2.15.5`
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib/versions.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"7.10.3"
],
"cabal": [
"3.14.1.0",
"3.12.1.0",
"3.10.3.0",
"3.10.2.1",
Expand All @@ -69,6 +70,7 @@
"2.4.1.0"
],
"stack": [
"3.3.1",
"3.1.1",
"2.15.7",
"2.15.5",
Expand Down
Loading