haskell-ChasingBottoms: jailbreak to fix build with recent versions of QuickCheck
This commit is contained in:
parent
2c96335b6d
commit
aec64e12d3
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue