File tree Expand file tree Collapse file tree 7 files changed +13
-9
lines changed Expand file tree Collapse file tree 7 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
- index-state : 2024-02-26T00 :00 :00Z
1
+ index-state : 2024-04-30T00 :00 :00Z
2
2
3
3
packages :
4
4
./lsp
Original file line number Diff line number Diff line change 1
1
# Revision history for lsp-test
2
2
3
+ ## 0.17.0.1
4
+
5
+ - Support for newer versions of dependencies.
6
+
3
7
## 0.17.0.0
4
8
5
9
- ` ignoreRegistrationRequests ` option to ignore ` client/registerCapability ` requests, on
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.0
3
+ version : 0.17.0.1
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.3
67
67
, lens-aeson ^>= 1.2
68
- , lsp ^>= 2.4
69
- , lsp-types ^>= 2.1
68
+ , lsp ^>= 2.5
69
+ , lsp-types ^>= 2.2
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
2
3
- ## Unreleased
3
+ ## 2.2.0.0 -- 2024-04-29
4
4
5
5
- Update the metamodel. This results in a number of breaking changes to the generated code, mostly replacing
6
6
anonymous structs with named ones.
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
name : lsp-types
3
- version : 2.1.1 .0
3
+ version : 2.2.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.5.0.0
4
4
5
5
- The server will now reject messages sent after ` shutdown ` has been received.
6
6
- There is a ` shutdownBarrier ` member in the server state which can be used to
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : lsp
3
- version : 2.4 .0.0
3
+ version : 2.5 .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
@@ -67,7 +67,7 @@ library
67
67
, hashable ^>= 1.4
68
68
, lens >= 5.1 && < 5.3
69
69
, lens-aeson ^>= 1.2
70
- , lsp-types ^>= 2.1
70
+ , lsp-types ^>= 2.2
71
71
, mtl >= 2.2 && < 2.4
72
72
, prettyprinter ^>= 1.7
73
73
, random ^>= 1.2
You can’t perform that action at this time.
0 commit comments