mongodb-queue 0.2.3.0 → 0.2.3.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Database/MongoDB/Queue.hs +1/−1
- mongodb-queue.cabal +1/−1
Database/MongoDB/Queue.hs view
@@ -150,7 +150,7 @@ _ -> liftIO $ thowIO e ) -}- eDoc <- findAndModify (select [_id := (valueAt _id origDoc)] queueCollection) {+ eDoc <- findAndModify (select [_id := (valueAt _id origDoc)] qwCollection) { sort = ["$natural" =: (-1 :: Int)] } [ "$set" =: [handled =: True] ] case eDoc of
mongodb-queue.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mongodb-queue-version: 0.2.3.0+version: 0.2.3.1 synopsis: a message queue using MongoDB -- description: homepage: https://github.com/docmunch/haskell-mongodb-queue