File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ library
65
65
, Glob >= 0.9 && < 0.11
66
66
, lens >= 5.1 && < 5.3
67
67
, lens-aeson ^>= 1.2
68
- , lsp ^>= 2.5
68
+ , lsp ^>= 2.6
69
69
, lsp-types ^>= 2.2
70
70
, mtl >= 2.2 && < 2.4
71
71
, parser-combinators ^>= 1.3
Original file line number Diff line number Diff line change 1
1
# Revision history for lsp
2
2
3
- ## Unreleased
3
+ ## 2.6.0.0
4
4
5
5
- Progress reporting now has a configurable start delay and update delay. This allows
6
6
servers to set up progress reporting for any operation and not worry about spamming
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : lsp
3
- version : 2.5 .0.0
3
+ version : 2.6 .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
You can’t perform that action at this time.
0 commit comments