X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=5016ba223e864584161a70a6df352fa7b505a4a9;hb=4d107b7623ae621525f2efe19ee20cfc40c086c4;hp=2a12d7fb1dff41f6127010140bba087a8911e42f;hpb=59db0228a19fd6bedd0f611e4369e11a4e514761;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index 2a12d7f..5016ba2 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.11.0.6 +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