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
22
33packages :
44 ./lsp
Original file line number Diff line number Diff line change 11# Revision history for lsp-test
22
3+ ## 0.17.0.1
4+
5+ - Support for newer versions of dependencies.
6+
37## 0.17.0.0
48
59- ` ignoreRegistrationRequests ` option to ignore ` client/registerCapability ` requests, on
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : lsp-test
3- version : 0.17.0.0
3+ version : 0.17.0.1
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.3
6767 , lens-aeson ^>= 1.2
68- , lsp ^>= 2.4
69- , lsp-types ^>= 2.1
68+ , lsp ^>= 2.5
69+ , lsp-types ^>= 2.2
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
22
3- ## Unreleased
3+ ## 2.2.0.0 -- 2024-04-29
44
55- Update the metamodel. This results in a number of breaking changes to the generated code, mostly replacing
66 anonymous structs with named ones.
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : lsp-types
3- version : 2.1.1 .0
3+ version : 2.2.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.5.0.0
44
55- The server will now reject messages sent after ` shutdown ` has been received.
66- There is a ` shutdownBarrier ` member in the server state which can be used to
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : lsp
3- version : 2.4 .0.0
3+ version : 2.5 .0.0
44synopsis : Haskell library for the Microsoft Language Server Protocol
55description :
66 An implementation of the types, and basic message server to
@@ -67,7 +67,7 @@ library
6767 , hashable ^>= 1.4
6868 , lens >= 5.1 && < 5.3
6969 , lens-aeson ^>= 1.2
70- , lsp-types ^>= 2.1
70+ , lsp-types ^>= 2.2
7171 , mtl >= 2.2 && < 2.4
7272 , prettyprinter ^>= 1.7
7373 , random ^>= 1.2
You can’t perform that action at this time.
0 commit comments