X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=aca12b0a92e86b2cd904c31573fe71ccd4e479b4;hb=27c931d55c1b5ed3b8a73b0818b9ddf6f804848b;hp=799754011adb67d52d7d2c1da4d29030f55be570;hpb=59380ca81c003f777fdfd48b92fbe873474fb9a8;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index 7997540..aca12b0 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.5.2.1 +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.* + , 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.* + , haskell-lsp >= 0.13.0 && < 0.14 , lsp-test , data-default , aeson