more complete .cabal files

This commit is contained in:
Scott R. Parish 2010-01-18 11:55:08 -06:00
parent 1821870849
commit 35ef4acc41

View file

@ -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,