mongodb/mongoDB.cabal

35 lines
859 B
Text
Raw Normal View History

2010-06-29 00:37:46 +00:00
Name: mongoDB
2010-06-29 00:33:53 +00:00
Version: 0.6
License: OtherLicense
License-file: LICENSE
Maintainer: Tony Hannan <tony@10gen.com>
2010-06-29 00:37:46 +00:00
Author: Scott Parish <srp@srparish.net> & Tony Hannan <tony@10gen.com>
2010-06-29 00:33:53 +00:00
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
2010-06-29 00:33:53 +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-06-29 00:33:53 +00:00
ghc-options: -Wall -O2
cabal-version: >= 1.4