Merge branch 'master' into tdr-test-impls
[lsp-test.git] / lsp-test.cabal
index 220f2a1681daa078298692c5b46d2df1d2dd2daf..1c6ca382895b00f9e4f78527b09a4cbee9ab18f4 100644 (file)
@@ -1,5 +1,5 @@
 name:                lsp-test
-version:             0.5.1.0
+version:             0.5.1.1
 synopsis:            Functional test framework for LSP servers.
 description:
   A test framework for writing tests against
@@ -36,7 +36,7 @@ library
                      , parser-combinators:Control.Applicative.Combinators
   default-language:    Haskell2010
   build-depends:       base >= 4.10 && < 5
-                     , haskell-lsp >= 0.8 && < 0.9
+                     , haskell-lsp >= 0.8 && < 0.10
                      , aeson
                      , aeson-pretty
                      , ansi-terminal
@@ -78,11 +78,10 @@ test-suite tests
   build-depends:       base >= 4.10 && < 5
                      , hspec
                      , lens
-                     , haskell-lsp >= 0.8 && < 0.9
+                     , haskell-lsp >= 0.8 && < 0.10
                      , lsp-test
                      , data-default
                      , aeson
                      , unordered-containers
                      , text
   default-language:    Haskell2010
-