haskell-lsp 0.8.0.0 → 0.8.0.1
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 +4/−0
- haskell-lsp.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for haskell-lsp +## 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.cabal view
@@ -1,5 +1,5 @@ name: haskell-lsp-version: 0.8.0.0+version: 0.8.0.1 synopsis: Haskell library for the Microsoft Language Server Protocol description: An implementation of the types, and basic message server to@@ -35,7 +35,7 @@ -- other-modules: -- other-extensions: ghc-options: -Wall- build-depends: base >=4.9 && <4.12+ build-depends: base >=4.9 && <4.13 , aeson >=1.0.0.0 , bytestring , containers@@ -65,7 +65,7 @@ default-language: Haskell2010 ghc-options: -Wall - build-depends: base >=4.9 && <4.12+ build-depends: base >=4.9 && <4.13 , aeson , bytestring , containers