Skip to content
Open
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
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`.
- `8.4.1`
- `8.2.2` `8.2`
- `8.0.2` `8.0`
- `7.10.3` `7.10`

Suggestion: Try to support at least the three latest major versions of GHC.

Expand Down Expand Up @@ -175,12 +176,12 @@ Recommendation: Use the latest available version if possible.
- `2.3.1`
- `2.1.3` `2.1`
- `2.1.1`
- `1.9.3.1` `1.9`
- `1.9.1.1`
- `1.9.3` `1.9`
- `1.9.1`
- `1.7.1` `1.7`
- `1.6.5` `1.6`
- `1.6.3.1`
- `1.6.1.1`
- `1.6.3`
- `1.6.1`
- `1.5.1` `1.5`
- `1.5.0`
- `1.4.0` `1.4`
Expand Down
11 changes: 1 addition & 10 deletions src/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,7 @@
"3.12.1.0",
"3.10.3.0",
"3.10.2.1",
"3.10.2.0",
"3.10.1.0",
"3.8.1.0",
"3.6.2.0",
"3.6.0.0",
"3.4.1.0",
"3.4.0.0",
"3.2.0.0",
"3.0.0.0",
"2.4.1.0"
"3.10.2.0"
],
"stack": [
"3.9.1",
Expand Down