snaplet-mongodb-minimalistic 0.0.6.6 → 0.0.6.7
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~lensdep ~snapPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lens, snap
API changes (from Hackage documentation)
Files
snaplet-mongodb-minimalistic.cabal view
@@ -1,5 +1,5 @@ Name: snaplet-mongodb-minimalistic-Version: 0.0.6.6+Version: 0.0.6.7 Synopsis: Minimalistic MongoDB Snaplet. Description: Minimalistic MongoDB Snaplet. License: BSD3@@ -33,9 +33,9 @@ Build-depends: base == 4.*,- lens == 3.7.*,+ lens >= 3.7 && < 3.9, mtl == 2.*,- snap == 0.10.*,+ snap >= 0.10 && < 0.12, snap-core == 0.9.*, text == 0.11.*, mongoDB == 1.3.*