haskell-ChasingBottoms: jailbreak to fix build with recent versions of QuickCheck
This commit is contained in:
parent
2c96335b6d
commit
aec64e12d3
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ mtl QuickCheck random syb ];
|
buildDepends = [ mtl QuickCheck random syb ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "For testing partial and infinite values";
|
description = "For testing partial and infinite values";
|
||||||
license = "unknown";
|
license = "unknown";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user