forked from mirrors/nixpkgs
19 lines
674 B
Nix
19 lines
674 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.2";
|
|
sha256 = "1q1fghmsjrdl6jkcnajmsvw4d893m6cyhzpai9vvrhxy9vdy0l1v";
|
|
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 ];
|
|
};
|
|
})
|