66 lines
1.6 KiB
Text
66 lines
1.6 KiB
Text
name: mongoDB
|
|
version: 1.0.1
|
|
build-type: Simple
|
|
license: OtherLicense
|
|
license-file: LICENSE
|
|
copyright: Copyright (c) 2010-2010 10gen Inc. & Scott Parish
|
|
maintainer: Tony Hannan <tony@10gen.com>
|
|
build-depends:
|
|
array -any,
|
|
base <5,
|
|
binary -any,
|
|
bson -any,
|
|
bytestring -any,
|
|
containers -any,
|
|
mtl >= 2,
|
|
cryptohash -any,
|
|
network -any,
|
|
parsec -any,
|
|
random -any,
|
|
random-shuffle -any
|
|
stability: alpha
|
|
homepage: http://github.com/TonyGen/mongoDB-haskell
|
|
package-url:
|
|
bug-reports:
|
|
synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS
|
|
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.
|
|
category: Database
|
|
author: Tony Hannan <tony@10gen.com> & Scott Parish <srp@srparish.net>
|
|
tested-with:
|
|
data-files:
|
|
data-dir: ""
|
|
extra-source-files:
|
|
extra-tmp-files:
|
|
exposed-modules:
|
|
Control.Monad.MVar
|
|
Database.MongoDB
|
|
Database.MongoDB.Admin
|
|
Database.MongoDB.Connection
|
|
Database.MongoDB.Internal.Protocol
|
|
Database.MongoDB.Internal.Util
|
|
Database.MongoDB.Query
|
|
System.IO.Pipeline
|
|
System.IO.Pool
|
|
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:
|
|
ghc-prof-options: -auto-all
|
|
ghc-shared-options:
|
|
ghc-options: -Wall
|
|
hugs-options:
|
|
nhc98-options:
|
|
jhc-options: |