From feb21582faab8a30e5e9180420f4449764a11a9b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 7 Mar 2020 15:57:31 +0000 Subject: Update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 398a7d6..b552eb3 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Some external packages are required to use Verismith properly: A stable version of Verismith is available on [hackage](https://hackage.haskell.org/package/verismith) and can be installed using cabal directly without having to build the project from the repository: -**Note**: Only **GHC 8.6.5** is currently supported, work is going on to support newer versions of GHC. +**Note**: Only **GHC 8.6.5-8.8.2 ** are currently supported. ``` shell cabal install verismith -- cgit