We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f98b6 commit 9fd9454Copy full SHA for 9fd9454
README.md
@@ -52,6 +52,9 @@ BNFC versions in major Stackage LTS snapshots:
52
| 9.0.2 | 19.33 | 2.9.4 |
53
| 9.2.8 | 20.26 | 2.9.4.1 |
54
| 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 |
58
59
### Installation via cabal
60
@@ -81,9 +84,9 @@ and then either
81
84
```
82
85
or
83
86
- stack install --stack-yaml stack-9.4.yaml
87
+ stack install --stack-yaml stack-9.12.yaml
88
-(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
90
your installed GHC then add flag `--system-ghc`).
91
92
Mini tutorial
0 commit comments