bson 0.3.2 → 0.3.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- bson.cabal +2/−2
bson.cabal view
@@ -1,5 +1,5 @@ Name: bson-Version: 0.3.2+Version: 0.3.2.1 Synopsis: BSON documents are JSON-like objects with a standard binary encoding. Description: A BSON Document is an untyped (dynamically type-checked) record.@@ -52,7 +52,7 @@ Build-depends: test-framework >= 0.4 && < 0.9 , test-framework-quickcheck2 >= 0.2 && < 0.4- , QuickCheck >= 2.4 && < 2.8+ , QuickCheck >= 2.4 && < 2.9 -- Copied from regular dependencies... , base < 5 , time