Skip to content

Commit

Permalink
Update @SInCE haddoc tags, after upstream did 2 releases while ignori…
Browse files Browse the repository at this point in the history
…ng PR
  • Loading branch information
ulidtko committed Sep 1, 2023
1 parent a65e566 commit 3ccc7c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Database/Esqueleto/PostgreSQL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ forShareOf lockableEntities onLockedBehavior =
-- -- return p -- also works, returning (Entity Person)
-- @
--
-- @since 3.5.9.1
-- @since 3.5.10.2
updateReturning :: (MonadIO m, From from, InferReturning ex ret, SqlBackendCanWrite backend)
=> (from -> SqlQuery ex)
-> R.ReaderT backend m [ret]
Expand All @@ -518,7 +518,7 @@ updateReturning block = do
-- return (p, p ^. PersonName)
-- @
--
-- @since 3.5.9.1
-- @since 3.5.10.2
deleteReturning :: (MonadIO m, From from, InferReturning ex ret, SqlBackendCanWrite backend)
=> (from -> SqlQuery ex)
-> R.ReaderT backend m [ret]
Expand Down

0 comments on commit 3ccc7c1

Please sign in to comment.