packages feed

lsp 1.0.0.0 → 1.0.0.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- Language.LSP.Server: ClientMessageHandler :: Handler f m -> ClientMessageHandler f
+ Language.LSP.Server: ClientMessageHandler :: Handler f m -> ClientMessageHandler f (t :: MethodType) (m :: Method FromClient t)

Files

lsp.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                lsp-version:             1.0.0.0+version:             1.0.0.1 synopsis:            Haskell library for the Microsoft Language Server Protocol  description:         An implementation of the types, and basic message server to@@ -31,7 +31,7 @@                      , Language.LSP.Server.Control                      , Language.LSP.Server.Processing   ghc-options:         -Wall-  build-depends:       base >= 4.9 && < 4.15+  build-depends:       base >= 4.11 && < 4.15                      , async                      , aeson >=1.0.0.0                      , attoparsec@@ -68,7 +68,7 @@   default-language:    Haskell2010   ghc-options:         -Wall -Wno-unticked-promoted-constructors -  build-depends:       base >= 4.9 && < 4.15+  build-depends:       base >= 4.11 && < 4.15                      , aeson                      , bytestring                      , containers@@ -92,7 +92,7 @@   hs-source-dirs:      example   default-language:    Haskell2010   ghc-options:         -Wall -Wno-unticked-promoted-constructors-  build-depends:       base >= 4.9 && < 5+  build-depends:       base >= 4.11 && < 5                     -- the package library. Comment this out if you want repl changes to propagate                      , lsp                      , text