bson 0.2.2 → 0.2.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~binaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: binary
API changes (from Hackage documentation)
Files
- bson.cabal +3/−3
bson.cabal view
@@ -1,5 +1,5 @@ Name: bson-Version: 0.2.2+Version: 0.2.3 Synopsis: BSON documents are JSON-like objects with a standard binary encoding. Description: A BSON Document is an untyped (dynamically type-checked) record.@@ -26,7 +26,7 @@ Build-depends: base < 5 , time , bytestring- , binary+ , binary == 0.7.* , cryptohash , data-binary-ieee754 , mtl >= 2@@ -51,7 +51,7 @@ , base < 5 , time , bytestring- , binary+ , binary == 0.7.* , cryptohash , data-binary-ieee754 , mtl >= 2