mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 20:23:02 +00:00
19 lines
672 B
Nix
19 lines
672 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, pcreLight, QuickCheck, tagged, tasty, tastyHunit }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "tasty-quickcheck";
|
|
version = "0.8.3";
|
|
sha256 = "0vfxdcsj92d5z3yx45ccymln7ikdvqryc64x33gkyv1yqk4h42r9";
|
|
buildDepends = [ QuickCheck tagged tasty ];
|
|
testDepends = [ pcreLight tasty tastyHunit ];
|
|
meta = {
|
|
homepage = "http://documentup.com/feuerbach/tasty";
|
|
description = "QuickCheck support for the Tasty test framework";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|