diff options
author | wz1000 <> | 2021-01-13 15:27:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2021-01-13 15:27:00 (GMT) |
commit | 91de49fa5bd268fc24b3ec069437a8a45442b574 (patch) | |
tree | 0ecdfd780116c7f0c2961a198d1121d4d789ff5f | |
parent | 9af5387785db6aebd89b9a1fd9bed1eaf07b0ba5 (diff) |
-rwxr-xr-x | ChangeLog.md | 4 | ||||
-rw-r--r-- | haskell-lsp.cabal | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 82df8af..6d39fe6 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for haskell-lsp +## 0.24.0.0 + +* Add and 'isPreferred' and 'disabled' fields to CodeAction + ## 0.23.0.0 * Add runWith for transporots other than stdio (@paulyoung) diff --git a/haskell-lsp.cabal b/haskell-lsp.cabal index cacb167..8511df6 100644 --- a/haskell-lsp.cabal +++ b/haskell-lsp.cabal @@ -1,5 +1,5 @@ name: haskell-lsp -version: 0.23.0.0 +version: 0.24.0.0 synopsis: Haskell library for the Microsoft Language Server Protocol description: An implementation of the types, and basic message server to @@ -46,7 +46,7 @@ library , filepath , hslogger , hashable - , haskell-lsp-types == 0.23.* + , haskell-lsp-types == 0.24.* , lens >= 4.15.2 , mtl , network-uri |