haskell-lsp-types 0.8.0.0 → 0.8.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- haskell-lsp-types.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for haskell-lsp-types +## 0.8.0.1 -- 2018-10-27++* Support GHC 8.6.1 by loosening constraints. Via @domenkozar+ ## 0.8.0.0 -- 2018-09-08 * Update Hover to be a nullable according to spec
haskell-lsp-types.cabal view
@@ -1,5 +1,5 @@ name: haskell-lsp-types-version: 0.8.0.0+version: 0.8.0.1 synopsis: Haskell library for the Microsoft Language Server Protocol, data types description: An implementation of the types to allow language implementors to@@ -44,7 +44,7 @@ -- other-extensions: ghc-options: -Wall -- ghc-options: -Werror- build-depends: base >=4.9 && <4.12+ build-depends: base >=4.9 && <4.13 , aeson >=1.0.0.0 , bytestring , data-default