haskell-mongoDB: updated to version 1.2.0
svn path=/nixpkgs/trunk/; revision=31818
This commit is contained in:
parent
26692953cd
commit
ab05bdf5b0
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user