X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=aca12b0a92e86b2cd904c31573fe71ccd4e479b4;hb=84da82290f9d2527400b62af36db85fd639d0965;hp=996950091a65f83c806ca5e2d73f6699280095fe;hpb=e2ba182ddcc4e3763552e9ee1b85492c3d084ba5;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index 9969500..aca12b0 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.5.2.2 +version: 0.5.2.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.12.1 && < 0.13 + , haskell-lsp >= 0.13.0 && < 0.14 , aeson , aeson-pretty , ansi-terminal @@ -78,7 +78,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp >= 0.12.1 && < 0.13 + , haskell-lsp >= 0.13.0 && < 0.14 , lsp-test , data-default , aeson