haskell-distributed-process: jailbreak to fix build with Haskell Platform 2013.2.0.0

This commit is contained in:
Peter Simons 2013-05-30 12:17:29 +02:00
parent 41f9d7d83c
commit 3eab69da50

View File

@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
testFrameworkHunit
];
noHaddock = true;
jailbreak = true;
doCheck = false;
meta = {
homepage = "http://github.com/haskell-distributed/distributed-process";