dhall-lsp-server 1.0.11 → 1.0.12
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~dhalldep ~haskell-lspdep ~haskell-lsp-typesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: dhall, haskell-lsp, haskell-lsp-types, tasty
API changes (from Hackage documentation)
- Dhall.LSP.Backend.Linting: lint :: () => Expr s Import -> Expr s Import
+ Dhall.LSP.Backend.Linting: lint :: Expr s Import -> Expr s Import
Files
- dhall-lsp-server.cabal +2/−2
dhall-lsp-server.cabal view
@@ -1,5 +1,5 @@ name: dhall-lsp-server-Version: 1.0.11+Version: 1.0.12 cabal-version: 1.12 synopsis: Language Server Protocol (LSP) server for Dhall homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme@@ -50,7 +50,7 @@ , containers >= 0.5.11.0 && < 0.7 , data-default >= 0.7.1.1 && < 0.8 , directory >= 1.2.2.0 && < 1.4- , dhall >= 1.35.0 && < 1.37+ , dhall >= 1.35.0 && < 1.38 , dhall-json >= 1.4 && < 1.8 , filepath >= 1.4.2 && < 1.5 , haskell-lsp >= 0.19.0.0 && < 0.24