Add license file
This commit is contained in:
parent
99613cae3e
commit
5001bd0bef
1 changed files with 17 additions and 15 deletions
|
@ -1,15 +1,17 @@
|
||||||
Name: mongoDB
|
Name: mongoDB
|
||||||
Version: 0.6
|
Version: 0.6
|
||||||
License: OtherLicense
|
License: OtherLicense
|
||||||
Maintainer: Tony Hannan <tony@10gen.com>
|
License-file: LICENSE
|
||||||
Author: Scott Parish <srp@srparish.net>, Tony Hannan <tony@10gen.com>
|
Maintainer: Tony Hannan <tony@10gen.com>
|
||||||
Copyright: Copyright (c) 2010-2010 Scott Parish & 10gen Inc.
|
Author: Scott Parish <srp@srparish.net> & Tony Hannan <tony@10gen.com>
|
||||||
homepage: http://github.com/srp/mongoDB
|
Copyright: Copyright (c) 2010-2010 Scott Parish & 10gen Inc.
|
||||||
Category: Database
|
homepage: http://github.com/TonyGen/mongoDB
|
||||||
Synopsis: A driver for MongoDB
|
Category: Database
|
||||||
Description: This module lets you connect to MongoDB, do inserts, queries, updates, etc.
|
Synopsis: A driver for MongoDB
|
||||||
Stability: alpha
|
Description: This module lets you connect to MongoDB, do inserts, queries, updates, etc.
|
||||||
Build-Depends: base < 5,
|
Stability: alpha
|
||||||
|
Build-Depends:
|
||||||
|
base < 5,
|
||||||
containers,
|
containers,
|
||||||
mtl,
|
mtl,
|
||||||
binary,
|
binary,
|
||||||
|
@ -18,7 +20,7 @@ Build-Depends: base < 5,
|
||||||
nano-md5,
|
nano-md5,
|
||||||
parsec,
|
parsec,
|
||||||
bson
|
bson
|
||||||
Build-Type: Simple
|
Build-Type: Simple
|
||||||
Exposed-modules:
|
Exposed-modules:
|
||||||
Control.Monad.Context,
|
Control.Monad.Context,
|
||||||
Control.Pipeline,
|
Control.Pipeline,
|
||||||
|
@ -28,5 +30,5 @@ Exposed-modules:
|
||||||
Database.MongoDB.Query,
|
Database.MongoDB.Query,
|
||||||
Database.MongoDB.Admin,
|
Database.MongoDB.Admin,
|
||||||
Database.MongoDB
|
Database.MongoDB
|
||||||
ghc-options: -Wall -O2
|
ghc-options: -Wall -O2
|
||||||
cabal-version: >= 1.4
|
cabal-version: >= 1.4
|
||||||
|
|
Loading…
Reference in a new issue