Skip to content

Commit 9fd9454

Browse files
committed
README: extend the list of Stackage LTSs and their BNFC versions
1 parent b3f98b6 commit 9fd9454

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ BNFC versions in major Stackage LTS snapshots:
5252
| 9.0.2 | 19.33 | 2.9.4 |
5353
| 9.2.8 | 20.26 | 2.9.4.1 |
5454
| 9.4.8 | 21.25 | 2.9.5 |
55+
| 9.6.7 | 22.44 | 2.9.5 |
56+
| 9.8.4 | 23.27 | 2.9.5 |
57+
| 9.10.2 | 24.3 | 2.9.5 |
5558

5659
### Installation via cabal
5760

@@ -81,9 +84,9 @@ and then either
8184
```
8285
or
8386
```
84-
stack install --stack-yaml stack-9.4.yaml
87+
stack install --stack-yaml stack-9.12.yaml
8588
```
86-
(replace `9.4` with your GHC major version, and if you want to build with
89+
(replace `9.12` with your GHC major version, and if you want to build with
8790
your installed GHC then add flag `--system-ghc`).
8891

8992
Mini tutorial

0 commit comments

Comments
 (0)