2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-08-21 09:18:45 +01:00
|
|
|
{ cabal, async, smallcheck, tagged, tasty }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "tasty-smallcheck";
|
2014-03-07 22:13:21 +00:00
|
|
|
version = "0.8";
|
|
|
|
sha256 = "0c4ccmhql118j4dlvy5cmrnma454b0rdv1wq2ds6xhpdhx20h1br";
|
2013-08-21 09:18:45 +01:00
|
|
|
buildDepends = [ async smallcheck tagged tasty ];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/feuerbach/tasty";
|
|
|
|
description = "SmallCheck support for the Tasty test framework";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 12:48:22 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2013-08-21 09:18:45 +01:00
|
|
|
};
|
|
|
|
})
|