packages feed

persistent-mongoDB 2.0.3.1 → 2.0.4

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~persistentPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: persistent

API changes (from Hackage documentation)

Files

Database/Persist/MongoDB.hs view
@@ -633,7 +633,7 @@         query = DB.select (filtersToDoc filts) $                   collectionName $ dummyFromFilts filts -    -- | uses cursor options NoCursorTimeout+    -- | uses cursor option NoCursorTimeout     -- If there is no sorting, it will turn the $snapshot option on     -- and explicitly closes the cursor when done     selectSourceRes filts opts = do
persistent-mongoDB.cabal view
@@ -1,5 +1,5 @@ name:            persistent-mongoDB-version:         2.0.3.1+version:         2.0.4 license:         MIT license-file:    LICENSE author:          Greg Weber <greg@gregweber.info>@@ -19,7 +19,7 @@  library     build-depends:   base               >= 4 && < 5-                   , persistent         >= 2.0.3   && < 2.1+                   , persistent         >= 2.0.4   && < 2.1                    , text               >= 0.8                    , transformers       >= 0.2.1                    , containers         >= 0.2