Update readme and correctly add path

This commit is contained in:
Thomas Boop
2020-11-16 11:13:21 -05:00
parent 4861e20f66
commit 4cd1e346a4
4 changed files with 27 additions and 8 deletions

View File

@@ -121,7 +121,7 @@ jobs:
## Version Support
**GHC:**
**GHC on Mac/Ubuntu:**
- `latest` (default, recommended)
- `8.10.1` `8.10`
@@ -141,6 +141,15 @@ jobs:
- `8.0.2` `8.0`
- `7.10.3` `7.10`
**GHC on Windows:**
- `latest` (default, recommended)
- `8.10.2.2`
- `8.10.1.1`
- `8.8.4.1`
- `8.8.3.2`
- `8.8.2.1`
Suggestion: Try to support the three latest major versions of GHC.
**Cabal:**