aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoralexwl <alexey.a.kiryushin@gmail.com>2019-03-14 22:40:27 +0300
committeralexwl <alexey.a.kiryushin@gmail.com>2019-03-14 22:40:27 +0300
commitcac568f01609bf224c0e26ec62880bf7dbb58a07 (patch)
tree4a049555416709e016e2dd8615e6422aa1cbd687 /README.md
parent78f46be07c7d063c9d957bfe4d580fcbeb28786f (diff)
Add support for GHC 8.6.4
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9f84f06..cffa428 100644
--- a/README.md
+++ b/README.md
@@ -46,14 +46,20 @@ cd haskell-code-explorer
To build Haskell Code Explorer Stack ([https://docs.haskellstack.org/en/stable/README/](https://docs.haskellstack.org/en/stable/README/)) is needed.
-At the moment Haskell Code Explorer supports GHC 8.6.3, GHC 8.4.4, GHC 8.4.3, GHC 8.2.2, and 8.0.2.
+At the moment Haskell Code Explorer supports GHC 8.6.4, GHC 8.6.3, GHC 8.4.4, GHC 8.4.3, GHC 8.2.2, and 8.0.2.
-For GHC 8.6.3:
+For GHC 8.6.4:
```bash
stack install
```
+For GHC 8.6.3:
+
+```bash
+stack --stack-yaml=stack-8.6.3.yaml install
+```
+
For GHC 8.4.4:
```bash