haskell-test-framework-quickcheck2: jailbreak to support QuickCheck version 2.6

This commit is contained in:
Peter Simons 2013-03-08 13:56:00 +01:00
parent 1f38a4ca66
commit 7ac086aab7

View File

@ -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";