X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=947aaddb42259215465a9978641fd77be0c6d344;hb=e7a888628391e9b245c61e1a5a01c4965ab0396f;hp=f47f134b5e4af490a9720e0a0376491a55754078;hpb=5822dd40ae06ed413727cfeb3d1fd24b285db9e5;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index f47f134..947aadd 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.5.1.3 +version: 0.5.1.4 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.10 && < 0.11 + , haskell-lsp == 0.11.* , aeson , aeson-pretty , ansi-terminal @@ -78,7 +78,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp >= 0.8 && < 0.11 + , haskell-lsp >= 0.10 && < 0.12 , lsp-test , data-default , aeson