Prepare for 0.11.0.2 0.11.0.2
authorLuke Lau <luke_lau@icloud.com>
Wed, 10 Jun 2020 22:00:27 +0000 (23:00 +0100)
committerLuke Lau <luke_lau@icloud.com>
Wed, 10 Jun 2020 22:00:27 +0000 (23:00 +0100)
LICENSE
lsp-test.cabal

diff --git a/LICENSE b/LICENSE
index de86d497106b73c554b973e967b9955c11f68f24..ddd947a79bbb7ff551c8750ca627c6f946424ef7 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,4 @@
-Copyright Luke Lau (c) 2018
-
+Copyright Luke Lau 2018-2020.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 34b80b969d94c90f8241576d1fc1159d5004af6c..ecc05342061caa95905773a2f7decc5e10d3fa46 100644 (file)
@@ -1,5 +1,5 @@
 name:                lsp-test
-version:             0.11.0.1
+version:             0.11.0.2
 synopsis:            Functional test framework for LSP servers.
 description:
   A test framework for writing tests against
@@ -22,7 +22,7 @@ build-type:          Simple
 cabal-version:       2.0
 extra-source-files:  README.md
                    , ChangeLog.md
-tested-with:         GHC == 8.2.2 , GHC == 8.4.2 , GHC == 8.4.3, GHC == 8.6.4, GHC == 8.6.5, GHC == 8.8.1, GHC == 8.10.1
+tested-with:         GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1
 
 source-repository head
   type:     git