Add getCodeActions, getCurrentDiagnostics, bump
[lsp-test.git] / lsp-test.cabal
index 9c422d4d50a9246f4ded796f65ab83eafb8b2c00..85ade4ce95df79fcc679c4b6062980b9bc00e8bf 100644 (file)
@@ -1,5 +1,5 @@
 name:                lsp-test
-version:             0.2.0.0
+version:             0.2.1.0
 synopsis:            Functional test framework for LSP servers.
 description:
   A test framework for writing tests against 
@@ -78,9 +78,9 @@ test-suite tests
   build-depends:       base >= 4.7 && < 5
                      , hspec
                      , lens
-                     , data-default
-                     , haskell-lsp >= 0.6
+                     , haskell-lsp
                      , lsp-test
+                     , data-default
                      , aeson
                      , unordered-containers
                      , text