forked from mirrors/nixpkgs
haskell-test-framework-quickcheck2: jailbreak to support QuickCheck version 2.6
This commit is contained in:
parent
1f38a4ca66
commit
7ac086aab7
|
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||
buildDepends = [
|
||||
extensibleExceptions QuickCheck random testFramework
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://batterseapower.github.com/test-framework/";
|
||||
description = "QuickCheck2 support for the test-framework package";
|
||||
|
|
Loading…
Reference in a new issue