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

This commit is contained in:
Peter Simons 2014-10-13 16:50:05 +02:00
parent 919da91d13
commit 176403785e

View File

@ -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";