18250b97ae
had added him earlier.
19 lines
647 B
Nix
19 lines
647 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, extensibleExceptions, QuickCheck, random, testFramework }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "test-framework-quickcheck2";
|
|
version = "0.3.0.3";
|
|
sha256 = "12p1zwrsz35r3j5gzbvixz9z1h5643rhihf5gqznmc991krwd5nc";
|
|
buildDepends = [
|
|
extensibleExceptions QuickCheck random testFramework
|
|
];
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "https://batterseapower.github.io/test-framework/";
|
|
description = "QuickCheck2 support for the test-framework package";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|