lsp-test 0.5.2.2 → 0.5.2.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~haskell-lspPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: haskell-lsp
API changes (from Hackage documentation)
Files
- lsp-test.cabal +3/−3
lsp-test.cabal view
@@ -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 @@ , 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 @@ 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