lsp-test 0.10.1.0 → 0.10.2.0
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~haskell-lspPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: haskell-lsp
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−1
- lsp-test.cabal +3/−3
ChangeLog.md view
@@ -1,6 +1,10 @@ # Revision history for lsp-test -## 0.10.1.0 -- 2019-02-04+## 0.10.1.0 -- 2020-03-21++* Bump constraints for new haskell-lsp++## 0.10.1.0 -- 2020-02-04 * Bump constraints for new haskell-lsp
lsp-test.cabal view
@@ -1,5 +1,5 @@ name: lsp-test-version: 0.10.1.0+version: 0.10.2.0 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against@@ -35,7 +35,7 @@ , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5- , haskell-lsp >= 0.19 && < 0.21+ , haskell-lsp >= 0.19 && < 0.22 , aeson , aeson-pretty , ansi-terminal@@ -77,7 +77,7 @@ build-depends: base >= 4.10 && < 5 , hspec , lens- , haskell-lsp >= 0.19 && < 0.21+ , haskell-lsp >= 0.19 && < 0.22 , lsp-test , data-default , aeson