Cabal revisions of bson-0.3.2.6
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: bson-Version: 0.3.2.6-Synopsis: BSON documents are JSON-like objects with a standard binary- encoding.-Description: A BSON Document is an untyped (dynamically type-checked) record.- I.e. it is a list of name-value pairs, where a Value is a single- sum type with constructors for basic types (Bool, Int, Float,- String, and Time), compound types (List, and (embedded) Document),- and special types (Binary, Javascript, ObjectId, RegEx, and a few- others).-- A BSON Document is serialized to a standard binary encoding- defined at <http://bsonspec.org>. This implements version 1 of- that spec.-Category: Data-Homepage: http://github.com/mongodb-haskell/bson-Author: Tony Hannan-Maintainer: Fedor Gogolev <knsd@knsd.net>, Greg Weber <greg@gregweber.info>-Copyright: Copyright (c) 2010-2012 10gen Inc.-License: Apache-2.0-License-file: LICENSE-Cabal-version: >= 1.10-Build-type: Simple-Extra-Source-Files: CHANGELOG.md--Library- Build-depends: base < 5- , time- , bytestring- , binary >= 0.5 && < 0.9- , cryptohash- , data-binary-ieee754- , mtl >= 2- , network- , text >= 0.11-- Default-Language: Haskell2010- Default-Extensions: BangPatterns, CPP-- Exposed-modules: Data.Bson,- Data.Bson.Binary--Source-repository head- Type: git- Location: https://github.com/mongodb-haskell/bson--Test-suite bson-tests- Type: exitcode-stdio-1.0- Hs-source-dirs: tests .- Main-is: Tests.hs- Other-modules: Data.Bson.Binary.Tests- Data.Bson.Tests- Ghc-options: -Wall -fno-warn-orphans-- Build-depends: test-framework >= 0.4- , test-framework-quickcheck2 >= 0.2- , QuickCheck >= 2.4- -- Copied from regular dependencies...- , base < 5- , time- , bytestring- , binary >= 0.5 && < 0.9- , cryptohash- , data-binary-ieee754- , mtl >= 2- , network- , text >= 0.11- Default-Language: Haskell2010- Default-Extensions: CPP+Name: bson +Version: 0.3.2.6 +x-revision: 1 +Synopsis: BSON documents are JSON-like objects with a standard binary + encoding. +Description: A BSON Document is an untyped (dynamically type-checked) record. + I.e. it is a list of name-value pairs, where a Value is a single + sum type with constructors for basic types (Bool, Int, Float, + String, and Time), compound types (List, and (embedded) Document), + and special types (Binary, Javascript, ObjectId, RegEx, and a few + others). + + A BSON Document is serialized to a standard binary encoding + defined at <http://bsonspec.org>. This implements version 1 of + that spec. +Category: Data +Homepage: http://github.com/mongodb-haskell/bson +Author: Tony Hannan +Maintainer: Fedor Gogolev <knsd@knsd.net>, Greg Weber <greg@gregweber.info> +Copyright: Copyright (c) 2010-2012 10gen Inc. +License: Apache-2.0 +License-file: LICENSE +Cabal-version: >= 1.10 +Build-type: Simple +Extra-Source-Files: CHANGELOG.md + +Library + Build-depends: base >= 4.8 && < 5 + , time + , bytestring + , binary >= 0.5 && < 0.9 + , cryptohash + , data-binary-ieee754 + , mtl >= 2 + , network + , text >= 0.11 + + Default-Language: Haskell2010 + Default-Extensions: BangPatterns, CPP + + Exposed-modules: Data.Bson, + Data.Bson.Binary + +Source-repository head + Type: git + Location: https://github.com/mongodb-haskell/bson + +Test-suite bson-tests + Type: exitcode-stdio-1.0 + Hs-source-dirs: tests . + Main-is: Tests.hs + Other-modules: Data.Bson.Binary.Tests + Data.Bson.Tests + Ghc-options: -Wall -fno-warn-orphans + + Build-depends: test-framework >= 0.4 + , test-framework-quickcheck2 >= 0.2 + , QuickCheck >= 2.4 + -- Copied from regular dependencies... + , base < 5 + , time + , bytestring + , binary >= 0.5 && < 0.9 + , cryptohash + , data-binary-ieee754 + , mtl >= 2 + , network + , text >= 0.11 + Default-Language: Haskell2010 + Default-Extensions: CPP
revision 2
Name: bson Version: 0.3.2.6 -x-revision: 1 +x-revision: 2 Synopsis: BSON documents are JSON-like objects with a standard binary encoding. Description: A BSON Document is an untyped (dynamically type-checked) record. , cryptohash , data-binary-ieee754 , mtl >= 2 - , network + , network < 2.9 , text >= 0.11 Default-Language: Haskell2010 , cryptohash , data-binary-ieee754 , mtl >= 2 - , network + , network < 2.9 , text >= 0.11 Default-Language: Haskell2010 Default-Extensions: CPP