packages feed

haskell-lsp 0.23.0.0 → 0.24.0.0

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basedep ~haskell-lsp-typesnew-uploaderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, haskell-lsp-types

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -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)
haskell-lsp.cabal view
@@ -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 @@                      , filepath                      , hslogger                      , hashable-                     , haskell-lsp-types == 0.23.*+                     , haskell-lsp-types == 0.24.*                      , lens >= 4.15.2                      , mtl                      , network-uri