mongodb/mongoDB.cabal

33 lines
975 B
Text
Raw Normal View History

2010-01-09 22:49:06 +00:00
Name: mongoDB
Version: 0.6
2010-06-29 00:24:23 +00:00
License: OtherLicense
Maintainer: Tony Hannan <tony@10gen.com>
Author: Scott Parish <srp@srparish.net>, Tony Hannan <tony@10gen.com>
Copyright: Copyright (c) 2010-2010 Scott Parish & 10gen Inc.
2010-01-19 12:03:58 +00:00
homepage: http://github.com/srp/mongoDB
2010-01-18 17:55:08 +00:00
Category: Database
Synopsis: A driver for MongoDB
2010-06-29 00:24:23 +00:00
Description: This module lets you connect to MongoDB, do inserts, queries, updates, etc.
2010-01-18 17:55:08 +00:00
Stability: alpha
Build-Depends: base < 5,
containers,
mtl,
binary,
bytestring,
network,
nano-md5,
parsec,
bson
2010-01-09 22:49:06 +00:00
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
2010-03-14 02:43:11 +00:00
ghc-options: -Wall -O2
cabal-version: >= 1.4