haskell-distributed-process: jailbreak version to fix build with latest version of 'random'

This commit is contained in:
Peter Simons 2014-10-13 19:21:01 +02:00
parent 737bb131b0
commit 05c5fff508

View File

@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
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
]; ];
jailbreak = true;
meta = { meta = {
homepage = "http://haskell-distributed.github.com/"; homepage = "http://haskell-distributed.github.com/";
description = "Cloud Haskell: Erlang-style concurrency in Haskell"; description = "Cloud Haskell: Erlang-style concurrency in Haskell";