mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
haskell-distributed-process: jailbreak version to fix build with latest version of 'random'
This commit is contained in:
parent
737bb131b0
commit
05c5fff508
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
||||
binary dataAccessor deepseq distributedStatic hashable mtl
|
||||
networkTransport random rank1dynamic stm syb time transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://haskell-distributed.github.com/";
|
||||
description = "Cloud Haskell: Erlang-style concurrency in Haskell";
|
||||
|
Loading…
Reference in New Issue
Block a user