Support haskell-lsp-0.22
[lsp-test.git] / lsp-test.cabal
index 4142b2ba3b81ad4b45fad128f5022beba432ec10..c6d543c9dd39e9ed1689c84e4ce4f2a16bd3721e 100644 (file)
@@ -1,5 +1,5 @@
 name:                lsp-test
-version:             0.10.2.0
+version:             0.10.3.0
 synopsis:            Functional test framework for LSP servers.
 description:
   A test framework for writing tests against
@@ -20,7 +20,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
+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
 
 source-repository head
   type:     git
@@ -35,7 +35,7 @@ library
                      , parser-combinators:Control.Applicative.Combinators
   default-language:    Haskell2010
   build-depends:       base >= 4.10 && < 5
-                     , haskell-lsp >= 0.19 && < 0.22
+                     , haskell-lsp >= 0.22 && < 0.23
                      , aeson
                      , aeson-pretty
                      , ansi-terminal
@@ -77,7 +77,7 @@ test-suite tests
   build-depends:       base >= 4.10 && < 5
                      , hspec
                      , lens
-                     , haskell-lsp >= 0.19 && < 0.22
+                     , haskell-lsp >= 0.22 && < 0.23
                      , lsp-test
                      , data-default
                      , aeson