haskell-lsp 0.15.0.1 → 0.16.0.0
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~aesondep ~basedep ~haskell-lsp-typesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, haskell-lsp-types
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−2
- haskell-lsp.cabal +2/−2
ChangeLog.md view
@@ -1,8 +1,12 @@ # Revision history for haskell-lsp -## 0.15.0.1 -- 2019-09-07+## 0.16.0.0 -- 2019-09-07 -* Relax base constraints for GHC 8.8+* Add support for CodeActionOptions (@thomasjm)+* Add support for `textDocument/prepareRename` request (@thomasjm)+* Fix diagnostic code parsing (@thomasjm)+* Fix shutdown response type (@bubba)+* Relax base constraints for GHC 8.8 (@bubba) ## 0.15.0.0 -- 2019-07-01
haskell-lsp.cabal view
@@ -1,5 +1,5 @@ name: haskell-lsp-version: 0.15.0.1+version: 0.16.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.15.*+ , haskell-lsp-types == 0.16.* , lens >= 4.15.2 , mtl , network-uri