summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/test-framework-quickcheck2/default.nix
blob: a012d8a047e24a9a849a88251f2b75570188fc79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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;
  };
})