-
Notifications
You must be signed in to change notification settings - Fork 0
/
daft-mongodb.cabal
44 lines (42 loc) · 1.25 KB
/
daft-mongodb.cabal
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: daft-mongodb
version: 0.5.0.0
license: AllRightsReserved
category: Data
build-type: Simple
cabal-version: >= 1.10
library
hs-source-dirs : src
exposed-modules : Data.Daft.Vinyl.FieldCube.Bson
Data.Daft.Vinyl.FieldCube.MongoDB
Data.Daft.Vinyl.FieldRec.Bson
Data.Daft.Vinyl.FieldRec.MongoDB
build-depends : base >= 4 && < 5
, bson
, bson-generic
, daft
, monad-control
, mongoDB
, mtl
, text
, vinyl
exposed : True
buildable : True
default-language: Haskell2010
ghc-options : -O2 -Wall
test-suite serializing
type : exitcode-stdio-1.0
hs-source-dirs : src
main-is : Test.hs
build-depends : base >= 4 && < 5
, bson
, bson-generic
, daft
, monad-control
, mongoDB
, mtl
, raft
, text
, vinyl
buildable : True
default-language: Haskell2010
ghc-options : -O2 -Wall