Cabal revisions of bson-0.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: bson Version: 0.0.1+x-revision: 1 Synopsis: BSON documents are JSON-like objects with a standard binary encoding Description: BSON (short for Binary JSON) is a binary-encoded serialization of JSON-like documents.- .- This implements version 1.0 of the BSON spec, which is defined at <http://bsonspec.org>.+ .+ This implements version 1.0 of the BSON spec, which is defined at <http://bsonspec.org>. Category: Data Homepage: http://github.com/TonyGen/bson-haskell Author: Tony Hannan Maintainer: Tony Hannan <tony@10gen.com> License: OtherLicense License-file: LICENSE-Build-Depends: base < 5, time, bytestring, unix, network, nano-md5, binary, data-binary-ieee754, compact-string-fix, mtl+Build-Depends: base < 4.3, time, bytestring, unix, network < 2.9, nano-md5, binary, data-binary-ieee754, compact-string-fix, mtl Build-Type: Simple Exposed-modules: Data.UString, Data.Bson, Data.Bson.Binary