From 35ef4acc414963ae6fc14f432f58e85a3eef7f7e Mon Sep 17 00:00:00 2001 From: "Scott R. Parish" Date: Mon, 18 Jan 2010 11:55:08 -0600 Subject: [PATCH] more complete .cabal files --- mongoDB.cabal | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mongoDB.cabal b/mongoDB.cabal index 89dbbab..a2dadd7 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,6 +1,16 @@ Name: mongoDB Version: 0.1 License: MIT +Maintainer: Scott Parish +Author: Scott Parish +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, binary, bytestring,