aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2261559..598ddce 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,8 @@ 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.
+
``` shell
cabal install verismith
```