From 660e3020f5bbda277278355a861d8e3d6ebeeec8 Mon Sep 17 00:00:00 2001 From: alexwl Date: Wed, 8 May 2019 13:36:33 +0300 Subject: Add support for GHC 8.6.5 --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 09266cf..aa1db3d 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,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.4, 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.5, 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.4: +For GHC 8.6.5: ```bash stack install ``` +For GHC 8.6.4: + +```bash +stack --stack-yaml=stack-8.6.4.yaml install +``` + For GHC 8.6.3: ```bash -- cgit v1.2.3