mongodb/mongoDB.cabal

70 lines
1.6 KiB
Text
Raw Normal View History

name: mongoDB
2012-01-24 00:14:12 +00:00
version: 1.2.0
build-type: Simple
license: OtherLicense
license-file: LICENSE
2012-01-24 00:14:12 +00:00
copyright: Copyright (c) 2010-2012 10gen Inc.
author: Tony Hannan
maintainer: Tony Hannan <tonyhannan@gmail.com>
2010-10-27 20:46:11 +00:00
build-depends:
array -any,
base <5,
binary -any,
2012-05-08 15:13:25 +00:00
bson-text -any,
text,
2010-10-27 20:46:11 +00:00
bytestring -any,
containers -any,
mtl >= 2,
cryptohash -any,
2010-10-27 20:46:11 +00:00
network -any,
parsec -any,
random -any,
2011-08-25 13:29:39 +00:00
random-shuffle -any,
2012-01-24 00:14:12 +00:00
monad-control >= 0.3.1,
lifted-base >= 0.1.0.3,
transformers-base >= 0.4.1
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
tested-with:
data-files:
data-dir: ""
extra-source-files:
extra-tmp-files:
2010-10-27 20:46:11 +00:00
exposed-modules:
Database.MongoDB
Database.MongoDB.Admin
Database.MongoDB.Connection
Database.MongoDB.Internal.Protocol
Database.MongoDB.Internal.Util
Database.MongoDB.Query
System.IO.Pipeline
2011-07-12 14:51:54 +00:00
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:
2011-07-21 15:27:19 +00:00
ghc-prof-options: -auto-all
ghc-shared-options:
ghc-options: -Wall
hugs-options:
nhc98-options:
2011-08-25 13:29:39 +00:00
jhc-options: