haskell-mongoDB: update to version 1.4.2
This commit is contained in:
parent
b40393438e
commit
b18a2b580e
|
@ -1,14 +1,15 @@
|
||||||
{ cabal, binary, bson, cryptohash, liftedBase, monadControl, mtl
|
{ cabal, binary, bson, cryptohash, hashtables, liftedBase
|
||||||
, network, parsec, random, randomShuffle, text, transformersBase
|
, monadControl, mtl, network, parsec, random, randomShuffle, text
|
||||||
|
, transformersBase
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "mongoDB";
|
pname = "mongoDB";
|
||||||
version = "1.4.1.1";
|
version = "1.4.2";
|
||||||
sha256 = "1c9980x3i0jgacgz7mx65l5nyp3h83mqp9b52pzxq90lix6xnwhi";
|
sha256 = "15m23q17q8asrsa27mb73ydim1yjrxl06lgf7z8w4r6jy6lk34hf";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary bson cryptohash liftedBase monadControl mtl network parsec
|
binary bson cryptohash hashtables liftedBase monadControl mtl
|
||||||
random randomShuffle text transformersBase
|
network parsec random randomShuffle text transformersBase
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/selectel/mongodb-haskell";
|
homepage = "http://github.com/selectel/mongodb-haskell";
|
||||||
|
|
Loading…
Reference in New Issue