haskell-mongoDB: update to version 2.0.2

This commit is contained in:
Peter Simons 2014-07-22 12:22:02 +02:00
parent c26575e5e3
commit 9ba4d983c9

View File

@ -7,14 +7,14 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "mongoDB"; pname = "mongoDB";
version = "2.0"; version = "2.0.2";
sha256 = "1dspx1x20903i44i825ziwmvaax75m8g08kz97cv34077bdir80h"; sha256 = "02xq80jcrrp41gzzg7008spw3npj6iz3gcf1bkj4cf8vjs44nplf";
buildDepends = [ buildDepends = [
binary bson cryptohash hashtables liftedBase monadControl mtl binary bson cryptohash hashtables liftedBase monadControl mtl
network parsec random randomShuffle text transformersBase network parsec random randomShuffle text transformersBase
]; ];
meta = { meta = {
homepage = "http://github.com/selectel/mongodb-haskell"; homepage = "https://github.com/mongodb-haskell/mongodb";
description = "Driver (client) for MongoDB, a free, scalable, fast, document DBMS"; description = "Driver (client) for MongoDB, a free, scalable, fast, document DBMS";
license = "unknown"; license = "unknown";
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;