haskell-ChasingBottoms: jailbreak to fix build with recent versions of QuickCheck

This commit is contained in:
Peter Simons 2013-05-12 15:43:06 +02:00
parent 2c96335b6d
commit aec64e12d3

View file

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [ mtl QuickCheck random syb ];
jailbreak = true;
meta = {
description = "For testing partial and infinite values";
license = "unknown";