nixpkgs/pkgs/development/libraries/haskell/test-framework-quickcheck2/default.nix
2014-08-09 13:49:24 +02:00

20 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;
};
})