mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
haskell-test-framework-quickcheck2: jailbreak to support QuickCheck version 2.6
This commit is contained in:
parent
1f38a4ca66
commit
7ac086aab7
1 changed files with 1 additions and 0 deletions
|
@ -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