17 lines
545 B
Nix
17 lines
545 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, QuickCheck, tagged, tasty }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "tasty-quickcheck";
|
|
version = "0.8.1";
|
|
sha256 = "1diqc5dmddrfc6i0zqkmlnnhsv8paqy2fdmbx8484qa4ylk5r6bs";
|
|
buildDepends = [ QuickCheck tagged tasty ];
|
|
meta = {
|
|
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 ];
|
|
};
|
|
})
|