aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-01-06 20:57:38 +0000
committerYann Herklotz <git@yannherklotz.com>2020-01-06 20:57:38 +0000
commit64bde1f01b64bdff2744ad75ebe9ca187d68a4e2 (patch)
tree7440fffd5b8cbe73e56b4a0b0c8e9db1494ada71 /README.md
parentdd09d461ccc613e5ddce8f5e588519859db374de (diff)
downloadverismith-64bde1f01b64bdff2744ad75ebe9ca187d68a4e2.tar.gz
verismith-64bde1f01b64bdff2744ad75ebe9ca187d68a4e2.zip
Update license to dual license GPLv3
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
```