mongodb-queue 0.2.5.2 → 0.2.5.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~mongoDBPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mongoDB
API changes (from Hackage documentation)
Files
- mongodb-queue.cabal +3/−3
mongodb-queue.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mongodb-queue-version: 0.2.5.2+version: 0.2.5.3 synopsis: a message queue using MongoDB -- description: homepage: https://github.com/docmunch/haskell-mongodb-queue@@ -26,7 +26,7 @@ build-depends: base > 4.5 && < 5 , lifted-base- , mongoDB >= 1.4.1 && < 1.5+ , mongoDB >= 1.4.1.1 && < 1.5 , transformers , monad-control , text@@ -44,7 +44,7 @@ build-depends: base > 4.5 && < 5 , lifted-base- , mongoDB >= 1.4.1 && < 1.5+ , mongoDB >= 1.4.1.1 && < 1.5 , transformers , monad-control , text