X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=85ade4ce95df79fcc679c4b6062980b9bc00e8bf;hb=70093bf4d0c35a5639a37f1c7946bba44ac76ca6;hp=9c422d4d50a9246f4ded796f65ab83eafb8b2c00;hpb=9dbcb47a59e389b2dcc4e86cde6b626a2f17e38a;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index 9c422d4..85ade4c 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -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