packages feed

persistent-mongoDB 2.9.0.2 → 2.10.0.0

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for persistent-mongoDB +## 2.10.0.0++* Fix `ninList` filter operator [#1058](https://github.com/yesodweb/persistent/pull/1058)+ ## 2.9.0.2  * Compatibility with latest mongoDB [#1012](https://github.com/yesodweb/persistent/pull/1012)
Database/Persist/MongoDB.hs view
@@ -1472,5 +1472,5 @@  -- | No intersection of lists: if no value in the field is found in the list. ninList :: PersistField typ => EntityField v [typ] -> [typ] -> Filter v-f `ninList` a = Filter (unsafeCoerce f) (FilterValues a) In+f `ninList` a = Filter (unsafeCoerce f) (FilterValues a) NotIn infix 4 `ninList`
persistent-mongoDB.cabal view
@@ -1,5 +1,5 @@ name:            persistent-mongoDB-version:         2.9.0.2+version:         2.10.0.0 license:         MIT license-file:    LICENSE author:          Greg Weber <greg@gregweber.info>