haskell-lsp-types 0.15.0.1 → 0.16.0.0
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−2
- haskell-lsp-types.cabal +1/−1
ChangeLog.md view
@@ -1,8 +1,12 @@ # Revision history for haskell-lsp-types -## 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-types.cabal view
@@ -1,5 +1,5 @@ name: haskell-lsp-types-version: 0.15.0.1+version: 0.16.0.0 synopsis: Haskell library for the Microsoft Language Server Protocol, data types description: An implementation of the types to allow language implementors to