X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=lsp-test.cabal;h=14e0046a2836a42fc46709488d08763766df5fe3;hp=c9138d3bb35067eab62306793ae04180941aa2d8;hb=f91ebeacf72035e1fcb7cb6a5ed2ec270e2c0a1d;hpb=b9132def667957ac138162b5d1cce59f4c013367 diff --git a/lsp-test.cabal b/lsp-test.cabal index c9138d3..14e0046 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.6.1.0 +version: 0.7.0.0 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -36,14 +36,14 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5 - , haskell-lsp == 0.17.* + , haskell-lsp == 0.16.* , aeson , aeson-pretty , ansi-terminal , async , bytestring , conduit - , conduit-parse + , conduit-parse == 0.2.* , containers , data-default , Diff @@ -79,7 +79,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp == 0.15.* + , haskell-lsp == 0.16.* , lsp-test , data-default , aeson