Skip to content

Commit f45f29c

Browse files
committed
Prepare lsp-2.6
1 parent e4ab8c5 commit f45f29c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lsp-test/lsp-test.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ library
6565
, Glob >=0.9 && <0.11
6666
, lens >=5.1 && <5.3
6767
, lens-aeson ^>=1.2
68-
, lsp ^>=2.5
68+
, lsp ^>=2.6
6969
, lsp-types ^>=2.2
7070
, mtl >=2.2 && <2.4
7171
, parser-combinators ^>=1.3

lsp/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for lsp
22

3-
## Unreleased
3+
## 2.6.0.0
44

55
- Progress reporting now has a configurable start delay and update delay. This allows
66
servers to set up progress reporting for any operation and not worry about spamming

lsp/lsp.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: lsp
3-
version: 2.5.0.0
3+
version: 2.6.0.0
44
synopsis: Haskell library for the Microsoft Language Server Protocol
55
description:
66
An implementation of the types, and basic message server to

0 commit comments

Comments
 (0)