From 6e4c31c90e98d819a27d8b2f16cf12c3a22ab163 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Sun, 22 Jun 2014 17:58:34 -0700 Subject: [PATCH] release mongoDB 2.0 --- mongoDB.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mongoDB.cabal b/mongoDB.cabal index 62ca88b..c1122d1 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 1.4.4 +Version: 2.0 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and @@ -24,7 +24,7 @@ Library Build-depends: array -any , base <5 , binary -any - , bson >= 0.2.0 && < 0.3.0 + , bson >= 0.3 && < 0.4 , text , bytestring -any , containers -any