File tree Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for lsp-test
2
2
3
+ ## 0.16.0.1
4
+
5
+ - Support newer versions of dependencies.
6
+
3
7
## 0.16.0.0
4
8
5
9
- The client configuration is now _ mandatory_ and is an ` Object ` rather than a ` Value ` .
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : lsp-test
3
- version : 0.16.0.0
3
+ version : 0.16.0.1
4
4
synopsis : Functional test framework for LSP servers.
5
5
description :
6
6
A test framework for writing tests against
@@ -61,8 +61,8 @@ library
61
61
, Glob >= 0.9 && < 0.11
62
62
, lens
63
63
, lens-aeson
64
- , lsp ^>= 2.2
65
- , lsp-types ^>= 2.0
64
+ , lsp ^>= 2.3
65
+ , lsp-types ^>= 2.1
66
66
, mtl < 2.4
67
67
, parser-combinators >= 1.2
68
68
, process >= 1.6
@@ -105,7 +105,7 @@ test-suite tests
105
105
, filepath
106
106
, hspec
107
107
, lens
108
- , lsp ^>= 2.2
108
+ , lsp ^>= 2.3
109
109
, lsp-test
110
110
, mtl < 2.4
111
111
, parser-combinators
Original file line number Diff line number Diff line change 1
1
# Revision history for lsp-types
2
2
3
- ## Unreleased
3
+ ## 2.1.0.0
4
4
5
5
- Add ` dynamicRegistrationSupported ` to ` Capabilities ` .
6
6
- Fully update ` fullCaps ` for recent spec versions.
7
+ - Support GHC 9.8, drop checked support for GHC 8.10
7
8
8
9
## 2.0.2.0
9
10
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
name : lsp-types
3
- version : 2.0.2 .0
3
+ version : 2.1.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.3.0.0
4
4
5
5
- Fix inference of server capabilities for newer methods (except notebook methods).
6
6
- VFS no longer requires IO to initialize, functions that wrote to a temporary directory
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : lsp
3
- version : 2.2 .0.0
3
+ version : 2.3 .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
@@ -65,7 +65,7 @@ library
65
65
, hashable
66
66
, lens-aeson
67
67
, lens >= 4.15.2
68
- , lsp-types ^>= 2.0. 1
68
+ , lsp-types ^>= 2.1
69
69
, mtl < 2.4
70
70
, prettyprinter
71
71
, random
You can’t perform that action at this time.
0 commit comments