36 lines
1.2 KiB
Text
36 lines
1.2 KiB
Text
Name: mongoDB
|
|
Version: 0.6
|
|
License: MIT
|
|
Maintainer: Scott Parish <srp@srparish.net>, 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.
|
|
homepage: http://github.com/srp/mongoDB
|
|
Category: Database
|
|
Synopsis: A driver for MongoDB
|
|
Description: This module lets you connect to MongoDB, do inserts,
|
|
queries, updates, etc. Also has many convience functions
|
|
inspired by HDBC such as more easily converting between
|
|
the Bson.Value types and native Haskell types.
|
|
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
|