Fix unhandle server notifications
[lsp-test.git] / lsp-test.cabal
index 273edf04b9a57c96c9a813b5e7a344968d434ea8..f47f134b5e4af490a9720e0a0376491a55754078 100644 (file)
@@ -1,5 +1,5 @@
 name:                lsp-test
-version:             0.5.1.2
+version:             0.5.1.3
 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.11
+                     , haskell-lsp >= 0.10 && < 0.11
                      , aeson
                      , aeson-pretty
                      , ansi-terminal