bson 0.3.2.1 → 0.3.2.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~binaryPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
Dependency ranges changed: binary
API changes (from Hackage documentation)
+ Data.Bson: infix 0 =?
Files
- bson.cabal +3/−3
bson.cabal view
@@ -1,5 +1,5 @@ Name: bson-Version: 0.3.2.1+Version: 0.3.2.2 Synopsis: BSON documents are JSON-like objects with a standard binary encoding. Description: A BSON Document is an untyped (dynamically type-checked) record.@@ -27,7 +27,7 @@ Build-depends: base < 5 , time , bytestring- , binary >= 0.5 && < 0.8+ , binary >= 0.5 && < 0.9 , cryptohash , data-binary-ieee754 , mtl >= 2@@ -57,7 +57,7 @@ , base < 5 , time , bytestring- , binary >= 0.5 && < 0.8+ , binary >= 0.5 && < 0.9 , cryptohash , data-binary-ieee754 , mtl >= 2