Export satisfy
[lsp-test.git] / lsp-test.cabal
index 947aaddb42259215465a9978641fd77be0c6d344..a55bc40d3621927b2447c003770df47c9da32efb 100644 (file)
@@ -1,5 +1,5 @@
 name:                lsp-test
-version:             0.5.1.4
+version:             0.5.2.0
 synopsis:            Functional test framework for LSP servers.
 description:
   A test framework for writing tests against
@@ -78,7 +78,7 @@ test-suite tests
   build-depends:       base >= 4.10 && < 5
                      , hspec
                      , lens
-                     , haskell-lsp >= 0.10 && < 0.12
+                     , haskell-lsp == 0.11.*
                      , lsp-test
                      , data-default
                      , aeson