packages feed

Cabal revisions of abeson-0.1.0.1

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

revision 1
-name:                abeson-version:             0.1.0.1-synopsis:            interconversion between aeson and bson.--- description:-license:             MIT-license-file:        LICENSE-author:              HirotomoMoriwaki<philopon.dependence@gmail.com>-maintainer:          HirotomoMoriwaki<philopon.dependence@gmail.com>-Homepage:            https://github.com/philopon/abeson-Bug-reports:         https://github.com/philopon/abeson/issues-copyright:           (c) 2014 Hirotomo Moriwaki-category:            Data-build-type:          Simple-stability:           experimental--- extra-source-files:-cabal-version:       >=1.10--library-  exposed-modules:     Data.Abeson-  -- other-modules:       -  build-depends:       base                 >=4.6   && <4.8-                     , data-default-class   >=0.0   && <0.1-                     , aeson                >=0.7   && <0.9-                     , bson                 >=0.3   && <0.4-                     , bytestring           >=0.10  && <0.11-                     , base64-bytestring    >=1.0   && <1.1-                     , text                 >=1.1   && <1.3-                     , unordered-containers >=0.2   && <0.3-                     , vector               >=0.10  && <0.11-                     , uuid                 >=1.3   && <1.4-                     , scientific           >=0.3   && <0.4-                     , time                 >=1.4   && <1.5-  ghc-options:         -O2 -Wall-  default-language:    Haskell2010--source-repository head-  type:     git+name:                abeson
+version:             0.1.0.1
+x-revision:          1
+synopsis:            interconversion between aeson and bson.
+license:             MIT
+license-file:        LICENSE
+author:              HirotomoMoriwaki<philopon.dependence@gmail.com>
+maintainer:          HirotomoMoriwaki<philopon.dependence@gmail.com>
+Homepage:            https://github.com/philopon/abeson
+Bug-reports:         https://github.com/philopon/abeson/issues
+copyright:           (c) 2014 Hirotomo Moriwaki
+category:            Data
+build-type:          Simple
+stability:           experimental
+-- extra-source-files:
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Data.Abeson
+  build-depends:       base                 >=4.6   && <4.9
+                     , data-default-class   >=0.0   && <0.1
+                     , aeson                >=0.7   && <0.9
+                     , bson                 >=0.3   && <0.4
+                     , bytestring           >=0.10  && <0.11
+                     , base64-bytestring    >=1.0   && <1.1
+                     , text                 >=1.1   && <1.3
+                     , unordered-containers >=0.2   && <0.3
+                     , vector               >=0.10  && <0.11
+                     , uuid                 >=1.3   && <1.4
+                     , scientific           >=0.3   && <0.4
+                     , time                 >=1.4   && <1.6
+  ghc-options:         -O2 -Wall
+  default-language:    Haskell2010
+
+source-repository head
+  type:     git
   location: git://github.com/philopon/abeson.git