Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 6bf63f9

Browse files
author
Jared Weakly
committed
Add stack versions. Update README
1 parent fc78d67 commit 6bf63f9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

setup/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ jobs:
124124
**GHC:**
125125

126126
- `latest` (default, recommended)
127-
- `8.10.1` `8.10`
127+
- `8.10.2` `8.10`
128+
- `8.10.1`
128129
- `8.8.3` `8.8`
129130
- `8.8.2`
130131
- `8.8.1`
@@ -157,7 +158,9 @@ Recommendation: Use the latest available version if possible.
157158
**Stack:**
158159

159160
- `latest` (recommended) -- follows the latest release automatically.
160-
- `2.3.1` `2.3`
161+
- `2.5.1` `2.5`
162+
- `2.3.3` `2.3`
163+
- `2.3.1`
161164
- `2.1.3` `2.1`
162165
- `2.1.1`
163166
- `1.9.3.1` `1.9`

setup/src/versions.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
],
2222
"cabal": ["3.2.0.0", "3.0.0.0", "2.4.1.0", "2.4.0.0", "2.2.0.0"],
2323
"stack": [
24+
"2.5.1",
25+
"2.3.3",
2426
"2.3.1",
2527
"2.1.3",
2628
"2.1.1",

0 commit comments

Comments
 (0)