2010-01-09 22:49:06 +00:00
|
|
|
Name: mongoDB
|
|
|
|
Version: 0.1
|
|
|
|
License: MIT
|
|
|
|
Build-Depends: base,
|
|
|
|
binary,
|
|
|
|
bytestring,
|
2010-01-11 01:26:50 +00:00
|
|
|
containers,
|
2010-01-09 22:49:06 +00:00
|
|
|
data-binary-ieee754,
|
2010-01-11 03:23:33 +00:00
|
|
|
network,
|
|
|
|
random,
|
2010-01-09 22:49:06 +00:00
|
|
|
time,
|
|
|
|
utf8-string
|
|
|
|
Build-Type: Simple
|
2010-01-11 03:23:33 +00:00
|
|
|
Exposed-modules: Database.MongoDB,
|
|
|
|
Database.MongoDB.BSON
|
2010-01-11 03:22:02 +00:00
|
|
|
Other-modules: Database.MongoDB.Util
|