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 = [
|
buildDepends = [
|
||||||
extensibleExceptions QuickCheck random testFramework
|
extensibleExceptions QuickCheck random testFramework
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://batterseapower.github.com/test-framework/";
|
homepage = "http://batterseapower.github.com/test-framework/";
|
||||||
description = "QuickCheck2 support for the test-framework package";
|
description = "QuickCheck2 support for the test-framework package";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user