1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 = [
extensibleExceptions QuickCheck random testFramework
];
jailbreak = true;
meta = {
homepage = "http://batterseapower.github.com/test-framework/";
description = "QuickCheck2 support for the test-framework package";