File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11# Revision history for lsp-test
22
3- ## Unreleased
3+ ## 0.17.1.0 -- 2024-06-06
44
55- Add helpers for testing inlay hints.
66
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : lsp-test
3- version : 0.17.0.2
3+ version : 0.17.1.0
44synopsis : Functional test framework for LSP servers.
55description :
66 A test framework for writing tests against
@@ -65,8 +65,8 @@ library
6565 , Glob >= 0.9 && < 0.11
6666 , lens >= 5.1 && < 5.4
6767 , lens-aeson ^>= 1.2
68- , lsp ^>= 2.6
69- , lsp-types ^>= 2.2
68+ , lsp ^>= 2.7
69+ , lsp-types ^>= 2.3
7070 , mtl >= 2.2 && < 2.4
7171 , parser-combinators ^>= 1.3
7272 , process ^>= 1.6
Original file line number Diff line number Diff line change 11# Revision history for lsp-types
2-
3- ## Unreleased
2+
3+ ## 2.3.0.0 -- 2024-06-06
44
55- Add support for identifying client and server capabilities associated with a method.
66- ` TResponseMessage ` now contains a ` TResponseError ` instead of a ` ResponseError `
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : lsp-types
3- version : 2.2 .0.0
3+ version : 2.3 .0.0
44synopsis :
55 Haskell library for the Microsoft Language Server Protocol, data types
66
Original file line number Diff line number Diff line change 11# Revision history for lsp
22
3- ## Unreleased
3+ ## 2.7.0.0 -- 2024-06-06
44
55- Drop dependency on ` uuid ` and ` random `
66- Fix handling of ` rootPath ` in ` intializeParams `
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : lsp
3- version : 2.6 .0.0
3+ version : 2.7 .0.0
44synopsis : Haskell library for the Microsoft Language Server Protocol
55description :
66 An implementation of the types, and basic message server to
@@ -68,7 +68,7 @@ library
6868 , hashable ^>= 1.4
6969 , lens >= 5.1 && < 5.4
7070 , lens-aeson ^>= 1.2
71- , lsp-types ^>= 2.2
71+ , lsp-types ^>= 2.3
7272 , mtl >= 2.2 && < 2.4
7373 , prettyprinter ^>= 1.7
7474 , sorted-list ^>= 0.2.1
You can’t perform that action at this time.
0 commit comments