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