haskell-parallel-io: jailbreak version to fix build with latest version of 'random'
This commit is contained in:
parent
919da91d13
commit
176403785e
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ extensibleExceptions random ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://batterseapower.github.com/parallel-io";
|
||||
description = "Combinators for executing IO actions in parallel on a thread pool";
|
||||
|
Loading…
Reference in New Issue
Block a user