Bump to 0.6.1.0
[lsp-test.git] / src / Language / Haskell / LSP / Test / Parsing.hs
index 0810d20c0f56f45909ef5b3d30c79b78c34019de..52f97ae8e80a62da02e4614f5f00a5241cd5f175 100644 (file)
@@ -68,7 +68,7 @@ satisfy pred = satisfyMaybe (\msg -> if pred msg then Just msg else Nothing)
 
 -- | Consumes and returns the result of the specified predicate if it returns `Just`.
 --
--- @since 0.5.3.0
+-- @since 0.6.1.0
 satisfyMaybe :: (FromServerMessage -> Maybe a) -> Session a
 satisfyMaybe pred = do