-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbson-generic.cabal
More file actions
29 lines (24 loc) · 817 Bytes
/
bson-generic.cabal
File metadata and controls
29 lines (24 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: bson-generic
version: 0.0.9
synopsis: Generic functionality for BSON
description: This package offers easy conversion from and to BSON data type for most of user defined data types.
The interface may change at will.
license: BSD3
license-file: LICENSE
author: Petr Pilař
maintainer: the.palmik+maintainer@gmail.com
category: Data
build-type: Simple
cabal-version: >= 1.10
stability: experimental
library
default-language: Haskell2010
hs-source-dirs: src
exposed-modules:
Data.Bson.Generic
build-depends:
base >= 4.8 && < 5
, bson >= 0.3 && < 0.4
, ghc-prim >= 0.4 && < 0.6
, text >= 1.2.1 && < 1.3
ghc-options: -O2