packages feed

bson-generic-0.0.5: bson-generic.cabal

Name:                bson-generic
Version:             0.0.5
Synopsis:            Generic functionality for BSON
Description:         This package offers easy conversion from and to BSON data type for most of user defined data types.
License:             BSD3
License-file:        LICENSE
Author:              Petr Pilař
Maintainer:          the.palmik+maintainer@gmail.com
Category:            Data

Build-type:          Simple

Cabal-version:       >= 1.6

Source-repository head
  type:     git
  location: git://github.com:Palmik/bson-generic.git

Library
  hs-source-dirs: src

  Exposed-modules:
    Data.Bson.Generic
  
  Build-depends:
    base        >= 4 && < 5,
    ghc-prim    >= 0.2,
    bson        >= 0.1.7 && < 0.2
  
  -- Modules not exported by this package.
  -- Other-modules:       
  
  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools: