Name: bson-generics Version: 0.0.1 Synopsis: Generics 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-generics.git Library hs-source-dirs: src Exposed-modules: Data.Bson.Generics 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: