packages feed

lsp-test 0.5.1.0 → 0.5.1.1

raw patch · 1 files changed

+6/−7 lines, 1 filesdep ~basedep ~haskell-lspnew-uploaderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, haskell-lsp

API changes (from Hackage documentation)

Files

lsp-test.cabal view
@@ -1,8 +1,8 @@ name:                lsp-test-version:             0.5.1.0+version:             0.5.1.1 synopsis:            Functional test framework for LSP servers. description:-  A test framework for writing tests against +  A test framework for writing tests against   <https://microsoft.github.io/language-server-protocol/ Language Server Protocol servers>.   @Language.Haskell.LSP.Test@ launches your server as a subprocess and allows you to simulate a session   down to the wire, and @Language.Haskell.LSP.Test@ can replay captured sessions from@@ -35,8 +35,8 @@                      , haskell-lsp:Language.Haskell.LSP.Types.Capabilities                      , parser-combinators:Control.Applicative.Combinators   default-language:    Haskell2010-  build-depends:       base >= 4.7 && < 5-                     , haskell-lsp >= 0.8 && < 0.9+  build-depends:       base >= 4.10 && < 5+                     , haskell-lsp >= 0.8 && < 0.10                      , aeson                      , aeson-pretty                      , ansi-terminal@@ -75,14 +75,13 @@   main-is:             Test.hs   hs-source-dirs:      test   ghc-options:         -W-  build-depends:       base >= 4.7 && < 5+  build-depends:       base >= 4.10 && < 5                      , hspec                      , lens-                     , haskell-lsp >= 0.8 && < 0.9+                     , haskell-lsp >= 0.8 && < 0.10                      , lsp-test                      , data-default                      , aeson                      , unordered-containers                      , text   default-language:    Haskell2010-