forked from TonyGen/mongoDB-haskell
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mongoDB.cabal
34 lines (34 loc) · 859 Bytes
/
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
Name: mongoDB
Version: 0.6
License: OtherLicense
License-file: LICENSE
Maintainer: Tony Hannan <[email protected]>
Author: Scott Parish <[email protected]> & Tony Hannan <[email protected]>
Copyright: Copyright (c) 2010-2010 Scott Parish & 10gen Inc.
homepage: http://github.com/TonyGen/mongoDB
Category: Database
Synopsis: A driver for MongoDB
Description: This module lets you connect to MongoDB, do inserts, queries, updates, etc.
Stability: alpha
Build-Depends:
base < 5,
containers,
mtl,
binary,
bytestring,
network,
nano-md5,
parsec,
bson
Build-Type: Simple
Exposed-modules:
Control.Monad.Context,
Control.Pipeline,
Database.MongoDB.Internal.Util,
Database.MongoDB.Internal.Protocol,
Database.MongoDB.Connection,
Database.MongoDB.Query,
Database.MongoDB.Admin,
Database.MongoDB
ghc-options: -Wall -O2
cabal-version: >= 1.4