2010-10-27 20:13:23 +00:00
name: mongoDB
2011-07-21 15:27:19 +00:00
version: 1.0.1
2010-10-27 20:13:23 +00:00
build-type: Simple
license: OtherLicense
license-file: LICENSE
2010-12-20 02:08:53 +00:00
copyright: Copyright (c) 2010-2010 10gen Inc. & Scott Parish
2010-10-27 20:13:23 +00:00
maintainer: Tony Hannan <tony@10gen.com>
2010-10-27 20:46:11 +00:00
build-depends:
array -any,
base <5,
binary -any,
bson -any,
bytestring -any,
containers -any,
2010-11-01 14:25:46 +00:00
mtl >= 2,
2011-03-11 16:11:14 +00:00
cryptohash -any,
2010-10-27 20:46:11 +00:00
network -any,
parsec -any,
2011-07-05 14:37:01 +00:00
random -any,
random-shuffle -any
2010-10-27 20:13:23 +00:00
stability: alpha
homepage: http://github.com/TonyGen/mongoDB-haskell
package-url:
bug-reports:
2011-07-13 19:34:52 +00:00
synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS
2011-07-09 02:17:44 +00:00
description: This package lets you connect to MongoDB servers and update/query their data. Please see the example in Database.MongoDB and the tutorial from the homepage. For information about MongoDB itself, see www.mongodb.org.
2010-10-27 20:13:23 +00:00
category: Database
2010-12-20 02:08:53 +00:00
author: Tony Hannan <tony@10gen.com> & Scott Parish <srp@srparish.net>
2010-10-27 20:13:23 +00:00
tested-with:
data-files:
data-dir: ""
extra-source-files:
extra-tmp-files:
2010-10-27 20:46:11 +00:00
exposed-modules:
Control.Monad.MVar
Database.MongoDB
Database.MongoDB.Admin
Database.MongoDB.Connection
Database.MongoDB.Internal.Protocol
Database.MongoDB.Internal.Util
Database.MongoDB.Query
2011-07-05 14:37:01 +00:00
System.IO.Pipeline
2011-07-12 14:51:54 +00:00
System.IO.Pool
2010-10-27 20:13:23 +00:00
exposed: True
buildable: True
build-tools:
cpp-options:
cc-options:
ld-options:
pkgconfig-depends:
frameworks:
c-sources:
extensions:
extra-libraries:
extra-lib-dirs:
includes:
install-includes:
include-dirs:
hs-source-dirs: .
other-modules:
2011-07-21 15:27:19 +00:00
ghc-prof-options: -auto-all
2010-10-27 20:13:23 +00:00
ghc-shared-options:
2011-07-22 14:58:56 +00:00
ghc-options: -Wall
2010-10-27 20:13:23 +00:00
hugs-options:
nhc98-options:
jhc-options: