haskell-parallel-io: jailbreak version to fix build with latest version of 'random'

This commit is contained in:
Peter Simons
2014-10-14 17:39:31 +02:00
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";