name: AesonBson version: 0.2.0 x-revision: 1 license: OtherLicense license-file: LICENSE copyright: CC0 author: Niklas Hambüchen & Andras Slemmer <0slemi0@gmail.com> maintainer: Niklas Hambüchen category: Data build-type: Simple stability: experimental tested-With: GHC==7.4.2 cabal-version: >= 1.10 homepage: https://github.com/nh2/AesonBson bug-Reports: https://github.com/nh2/AesonBson/issues synopsis: Mapping between Aeson's JSON and Bson objects. description: This package lets you convert between Aeson's JSON and Bson objects. (testing cabal revision online form) source-repository head type: git location: git://github.com/nh2/AesonBson.git library exposed-modules: Data.AesonBson Data.AesonBson.Instances build-depends: base < 5, aeson >= 0.3, attoparsec >= 0.10, bson >= 0.2, unordered-containers >= 0.1.3.0, vector >= 0.7.1 hs-source-dirs: . default-language: Haskell2010 ghc-options: -Wall