packages feed

persistent-mongoDB 1.4.1.1 → 1.4.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Database.Persist.MongoDB: anyBsonEq :: (PersistField typ, PersistEntityBackend record ~ MongoBackend) => EntityField record [typ] -> Value -> Filter record

Files

Database/Persist/MongoDB.hs view
@@ -39,7 +39,7 @@      -- * MongoDB specific Filters     -- $filters-    , nestEq, anyEq, multiEq, nestBsonEq, multiBsonEq+    , nestEq, anyEq, multiEq, nestBsonEq, anyBsonEq, multiBsonEq     , (=~.), (?=~.), MongoRegex     , (->.), (~>.), (?&->.), (?&~>.), (&->.), (&~>.)     -- non-operator forms of filters
persistent-mongoDB.cabal view
@@ -1,5 +1,5 @@ name:            persistent-mongoDB-version:         1.4.1.1+version:         1.4.2 license:         MIT license-file:    LICENSE author:          Greg Weber <greg@gregweber.info>