haskell-mongoDB: updated to version 1.2.0

svn path=/nixpkgs/trunk/; revision=31818
This commit is contained in:
Peter Simons 2012-01-24 15:06:27 +00:00
parent 26692953cd
commit ab05bdf5b0

View File

@ -1,14 +1,14 @@
{ cabal, binary, bson, cryptohash, monadControl, mtl, network { cabal, binary, bson, cryptohash, liftedBase, monadControl, mtl
, parsec, random, randomShuffle , network, parsec, random, randomShuffle, transformersBase
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "mongoDB"; pname = "mongoDB";
version = "1.1.1"; version = "1.2.0";
sha256 = "0hy47kvswm4g85c3lb75fvdrcnrcbmjrhk15r1jjriwzqicgiimz"; sha256 = "0rffa13p889mxbbkj2bmqy3yada3mrhngvp8pp7qvrll1acm7s13";
buildDepends = [ buildDepends = [
binary bson cryptohash monadControl mtl network parsec random binary bson cryptohash liftedBase monadControl mtl network parsec
randomShuffle random randomShuffle transformersBase
]; ];
meta = { meta = {
homepage = "http://github.com/TonyGen/mongoDB-haskell"; homepage = "http://github.com/TonyGen/mongoDB-haskell";