Bump to 0.5.1.0
[lsp-test.git] / lsp-test.cabal
index 4eff6cf3a37427f3a8a7898e3f0e37753a598548..96c2ca303193b284090431e3aca98c5d19eaa5a0 100644 (file)
@@ -1,5 +1,5 @@
 name:                lsp-test
-version:             0.5.0.2
+version:             0.5.1.0
 synopsis:            Functional test framework for LSP servers.
 description:
   A test framework for writing tests against 
@@ -15,13 +15,13 @@ author:              Luke Lau
 maintainer:          luke_lau@icloud.com
 stability:           experimental
 bug-reports:         https://github.com/Bubba/haskell-lsp-test/issues
-copyright:           2018 Luke Lau
+copyright:           2019 Luke Lau
 category:            Testing
 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
+tested-with:         GHC == 8.2.2 , GHC == 8.4.2 , GHC == 8.4.3, GHC == 8.6.4
 
 source-repository head
   type:     git