mongodb/mongoDB.cabal

69 lines
2.3 KiB
Text
Raw Normal View History

2012-06-10 20:26:36 +00:00
Name: mongoDB
2014-07-24 15:12:15 +00:00
Version: 2.0.3
2012-06-10 20:26:36 +00:00
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
Homepage: https://github.com/mongodb-haskell/mongodb
Bug-reports: https://github.com/mongodb-haskell/mongodb/issues
2012-06-10 20:26:36 +00:00
Author: Tony Hannan
2012-06-10 20:27:27 +00:00
Maintainer: Fedor Gogolev <knsd@knsd.net>
2012-06-10 20:26:36 +00:00
Copyright: Copyright (c) 2010-2012 10gen Inc.
License: OtherLicense
License-file: LICENSE
2014-08-07 15:54:38 +00:00
Cabal-version: >= 1.10
2012-06-10 20:26:36 +00:00
Build-type: Simple
Stability: alpha
Library
GHC-options: -Wall
GHC-prof-options: -auto-all
2014-08-07 15:54:38 +00:00
default-language: Haskell2010
2012-06-10 20:26:36 +00:00
Build-depends: array -any
, base <5
, binary -any
2014-06-23 00:58:34 +00:00
, bson >= 0.3 && < 0.4
2012-06-10 20:26:36 +00:00
, text
, bytestring -any
, containers -any
, mtl >= 2
, cryptohash -any
, network -any
, parsec -any
, random -any
, random-shuffle -any
, monad-control >= 0.3.1
, lifted-base >= 0.1.0.3
, transformers-base >= 0.4.1
, hashtables >= 1.1.2.0
2012-06-10 20:26:36 +00:00
Exposed-modules: Database.MongoDB
Database.MongoDB.Admin
Database.MongoDB.Connection
Database.MongoDB.Internal.Connection
2012-06-10 20:26:36 +00:00
Database.MongoDB.Internal.Protocol
Database.MongoDB.Internal.Util
Database.MongoDB.Query
System.IO.Pipeline
Source-repository head
Type: git
Location: https://github.com/mongodb-haskell/mongodb
2014-08-07 15:54:38 +00:00
test-suite test
hs-source-dirs: test
2014-08-18 06:37:05 +00:00
main-is: Spec.hs
2014-08-07 15:54:38 +00:00
ghc-options: -Wall
type: exitcode-stdio-1.0
build-depends: mongoDB
, base
, mtl
2015-03-05 20:00:01 +00:00
, hspec >= 2
2014-08-07 15:54:38 +00:00
default-language: Haskell2010
default-extensions: OverloadedStrings