X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=5016ba223e864584161a70a6df352fa7b505a4a9;hb=4d107b7623ae621525f2efe19ee20cfc40c086c4;hp=c262065c2ba148a8eab76e27a91084fd55499e66;hpb=9e3fed2dcc329a123dcc3b9ca690aa7a84b9d5ea;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index c262065..5016ba2 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.11.0.5 +version: 0.11.0.7 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -42,7 +42,7 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5 - , haskell-lsp >= 0.22 && < 0.23 + , haskell-lsp >= 0.22 && < 0.24 , aeson , aeson-pretty , ansi-terminal @@ -82,7 +82,7 @@ executable dummy-server hs-source-dirs: test/dummy-server ghc-options: -W build-depends: base >= 4.10 && < 5 - , haskell-lsp + , haskell-lsp >= 0.23 && < 0.24 , data-default , aeson , unordered-containers @@ -101,7 +101,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp >= 0.22 && < 0.23 + , haskell-lsp >= 0.22 && < 0.24 , lsp-test , data-default , aeson