packages feed

lsp-test 0.11.0.3 → 0.11.0.4

raw patch · 3 files changed

+2/−4 lines, 3 filessetup-changedPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
lsp-test.cabal view
@@ -1,5 +1,5 @@ name:                lsp-test-version:             0.11.0.3+version:             0.11.0.4 synopsis:            Functional test framework for LSP servers. description:   A test framework for writing tests against
src/Language/Haskell/LSP/Test/Session.hs view
@@ -369,7 +369,7 @@           m <- vfsMap . vfs <$> get           let curVer = fromMaybe 0 $                 _lsp_version <$> m Map.!? (toNormalizedUri uri)-          pure $ map (VersionedTextDocumentIdentifier uri . Just) [curVer..]+          pure $ map (VersionedTextDocumentIdentifier uri . Just) [curVer + 1..]          textDocumentEdits uri edits = do           vers <- textDocumentVersions uri