mongodb/mongoDB.cabal

35 lines
1.2 KiB
Text
Raw Normal View History

2010-01-09 22:49:06 +00:00
Name: mongoDB
2010-03-14 03:52:47 +00:00
Version: 0.4
2010-01-09 22:49:06 +00:00
License: MIT
2010-01-18 17:55:08 +00:00
Maintainer: Scott Parish <srp@srparish.net>
Author: Scott Parish <srp@srparish.net>
Copyright: Copyright (c) 2010-2010 Scott Parish
2010-01-19 12:03:58 +00:00
homepage: http://github.com/srp/mongoDB
2010-01-18 17:55:08 +00:00
Category: Database
Synopsis: A driver for MongoDB
Description: This module lets you connect to MongoDB, do inserts,
2010-01-18 17:55:08 +00:00
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 < 5,
2010-01-09 22:49:06 +00:00
binary,
bytestring,
2010-01-11 01:26:50 +00:00
containers,
convertible,
2010-01-09 22:49:06 +00:00
data-binary-ieee754,
network,
random,
2010-01-09 22:49:06 +00:00
time,
unix,
utf8-string,
nano-md5
2010-01-09 22:49:06 +00:00
Build-Type: Simple
Exposed-modules: Database.MongoDB,
Database.MongoDB.BSON
2010-01-11 03:22:02 +00:00
Other-modules: Database.MongoDB.Util
2010-03-14 02:43:11 +00:00
ghc-options: -Wall -O2
extensions: FlexibleContexts, FlexibleInstances, MultiParamTypeClasses,
TypeSynonymInstances
cabal-version: >= 1.4