packages feed

abeson-0.1.0: abeson.cabal

name:                abeson
version:             0.1.0
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/abson
Bug-reports:         https://github.com/philopon/abson/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
  location: git://github.com/philopon/abson.git