From b8f25ad6f0989006744c83b6b7321ac390cb377c Mon Sep 17 00:00:00 2001 From: Tony Hannan Date: Mon, 23 Jan 2012 19:14:12 -0500 Subject: [PATCH] bump version for latest lifted-base --- mongoDB.cabal | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mongoDB.cabal b/mongoDB.cabal index 42c6558..abefbf2 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,10 +1,11 @@ name: mongoDB -version: 1.1.1 +version: 1.2.0 build-type: Simple license: OtherLicense license-file: LICENSE -copyright: Copyright (c) 2010-2010 10gen Inc. & Scott Parish -maintainer: Tony Hannan +copyright: Copyright (c) 2010-2012 10gen Inc. +author: Tony Hannan +maintainer: Tony Hannan build-depends: array -any, base <5, @@ -18,9 +19,9 @@ build-depends: parsec -any, random -any, random-shuffle -any, - monad-control >= 0.3.0.1 && < 0.4, - lifted-base >= 0.1.0.1 && < 0.2, - transformers-base >= 0.4 && < 0.5 + 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: @@ -28,7 +29,6 @@ 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 & Scott Parish tested-with: data-files: data-dir: ""