more complete .cabal files
This commit is contained in:
parent
1821870849
commit
35ef4acc41
1 changed files with 10 additions and 0 deletions
|
@ -1,6 +1,16 @@
|
||||||
Name: mongoDB
|
Name: mongoDB
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Maintainer: Scott Parish <srp@srparish.net>
|
||||||
|
Author: Scott Parish <srp@srparish.net>
|
||||||
|
Copyright: Copyright (c) 2010-2010 Scott Parish
|
||||||
|
Category: Database
|
||||||
|
Synopsis: A driver for MongoDB
|
||||||
|
Description: This driver 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 BsonValue types and native Haskell types.
|
||||||
|
Stability: alpha
|
||||||
Build-Depends: base,
|
Build-Depends: base,
|
||||||
binary,
|
binary,
|
||||||
bytestring,
|
bytestring,
|
||||||
|
|
Loading…
Reference in a new issue