packages feed

Cabal revisions of AesonBson-0.2.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:          AesonBson-version:       0.2.0-license:       OtherLicense-license-file:  LICENSE-copyright:     CC0-author:        Niklas Hambüchen <mail@nh2.me> & Andras Slemmer <0slemi0@gmail.com>-maintainer:    Niklas Hambüchen <mail@nh2.me>-category:      Data-build-type:    Simple-synopsis:      Python-to-Haskell function calls-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.---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+name:          AesonBson
+version:       0.2.0
+x-revision: 1
+license:       OtherLicense
+license-file:  LICENSE
+copyright:     CC0
+author:        Niklas Hambüchen <mail@nh2.me> & Andras Slemmer <0slemi0@gmail.com>
+maintainer:    Niklas Hambüchen <mail@nh2.me>
+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