-
Notifications
You must be signed in to change notification settings - Fork 2
/
structured-mongoDB.cabal
45 lines (39 loc) · 1.39 KB
/
structured-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
45
Name: structured-mongoDB
Version: 0.3
build-type: Simple
License: GPL
License-File: LICENSE
Author: HAILS team
Maintainer: Amit Levy <alevy at stanford dot edu>, Deian Stefan <deian at cs dot stanford dot edu>
Stability: experimental
Synopsis: Structured MongoDB interface
Category: Database
Cabal-Version: >= 1.6
Extra-source-files:
examples/simple.hs
examples/mongoExample.hs
Description:
This module exports a structured type-safe interface to MongoDB.
Source-repository head
Type: git
Location: http://www.scs.stanford.edu/~deian/structured-mongoDB.git
Library
Build-Depends: base >= 4 && < 5,
transformers-base >= 0.4.1 && < 0.5,
monad-control >= 0.3.1 && < 0.4,
array >= 0.2 && < 1,
bytestring >= 0.9 && < 1,
containers >= 0.2 && < 1,
mtl >= 1.1.0.2 && < 3,
transformers >= 0.2.2 && < 0.3,
old-time >= 1 && < 2,
mongoDB >= 1.2.0 && <2,
bson >= 0.1.6 && <0.2,
compact-string-fix >= 0.3.2 && < 0.4,
template-haskell
ghc-options: -Wall -fno-warn-orphans
Exposed-modules:
Database.MongoDB.Structured
Database.MongoDB.Structured.Types
Database.MongoDB.Structured.Query
Database.MongoDB.Structured.Deriving.TH