File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for haskell-lsp
2
2
3
+ ## 0.23.0.0
4
+
5
+ * Add runWith for transporots other than stdio (@paulyoung )
6
+ * Fix race condition in event captures (@bgamari )
7
+ * Tweak the sectionSeparator (@alanz )
8
+ * Add hashWithSaltInstances (@ndmitchell )
9
+ * Fix CompletionItem.tags not being optional (@bubba )
10
+ * Avoid unnecessary normalisation in Binary instance for
11
+ NormalizedFilePath (@cocreature )
12
+ * Fix ordering of TH splices (@fendor )
13
+
3
14
## 0.22.0.0
4
15
5
16
* ResponseMessage results are now an Either type (@greenhat )
Original file line number Diff line number Diff line change 1
1
# Revision history for haskell-lsp-types
2
2
3
+ ## 0.23.0.0
4
+
5
+ * Add runWith for transporots other than stdio (@paulyoung )
6
+ * Fix race condition in event captures (@bgamari )
7
+ * Tweak the sectionSeparator (@alanz )
8
+ * Add hashWithSaltInstances (@ndmitchell )
9
+ * Fix CompletionItem.tags not being optional (@bubba )
10
+ * Avoid unnecessary normalisation in Binary instance for
11
+ NormalizedFilePath (@cocreature )
12
+ * Fix ordering of TH splices (@fendor )
13
+
14
+ ## 0.22.0.0
15
+
3
16
* ResponseMessage results are now an Either type (@greenhat )
4
17
* Support for GHC 8.10.1
5
18
Original file line number Diff line number Diff line change 1
1
name : haskell-lsp-types
2
- version : 0.22 .0.0
2
+ version : 0.23 .0.0
3
3
synopsis : Haskell library for the Microsoft Language Server Protocol, data types
4
4
5
5
description : An implementation of the types to allow language implementors to
Original file line number Diff line number Diff line change 1
1
name : haskell-lsp
2
- version : 0.22 .0.0
2
+ version : 0.23 .0.0
3
3
synopsis : Haskell library for the Microsoft Language Server Protocol
4
4
5
5
description : An implementation of the types, and basic message server to
@@ -46,7 +46,7 @@ library
46
46
, filepath
47
47
, hslogger
48
48
, hashable
49
- , haskell-lsp-types == 0.22 . *
49
+ , haskell-lsp-types == 0.23 . *
50
50
, lens >= 4.15.2
51
51
, mtl
52
52
, network-uri
You can’t perform that action at this time.
0 commit comments