lsp-test 0.11.0.0 → 0.11.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~GlobPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Glob
API changes (from Hackage documentation)
Files
- lsp-test.cabal +1/−1
- src/Language/Haskell/LSP/Test.hs +1/−1
lsp-test.cabal view
@@ -1,5 +1,5 @@ name: lsp-test-version: 0.11.0.0+version: 0.11.0.1 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against
src/Language/Haskell/LSP/Test.hs view
@@ -399,7 +399,7 @@ when shouldSend $ sendNotification WorkspaceDidChangeWatchedFiles $ DidChangeWatchedFilesParams $- List [ FileEvent (filePathToUri file) FcCreated ]+ List [ FileEvent (filePathToUri (rootDir </> file)) FcCreated ] openDoc' file languageId contents -- | Opens a text document that /exists on disk/, and sends a