haskell-distributed-process: update to version 0.5.2
This commit is contained in:
parent
27a2025002
commit
d32836523b
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "distributed-process";
|
pname = "distributed-process";
|
||||||
version = "0.5.1";
|
version = "0.5.2";
|
||||||
sha256 = "1c654l7r3cn89nknh67vsg7crnfhgswh4523qyrmn8z4ykyd0zfk";
|
sha256 = "04llhz9z28365idgj13hhwkp98zwqv6mhhy9i7416wk5d3r70g7l";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary dataAccessor deepseq distributedStatic hashable mtl
|
binary dataAccessor deepseq distributedStatic hashable mtl
|
||||||
networkTransport random rank1dynamic stm syb time transformers
|
networkTransport random rank1dynamic stm syb time transformers
|
||||||
|
|
Loading…
Reference in New Issue