2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-26 15:44:04 +00:00
|
|
|
{ cabal, pcreLight, QuickCheck, tagged, tasty, tastyHunit }:
|
2013-11-15 11:04:47 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "tasty-quickcheck";
|
2014-11-15 23:58:32 +00:00
|
|
|
version = "0.8.3.1";
|
|
|
|
sha256 = "0shmph95vys2l0ik3k615aigcvfas0f2079c1lbw73d0wrm841gn";
|
2014-03-20 19:55:10 +00:00
|
|
|
buildDepends = [ QuickCheck tagged tasty ];
|
2014-10-26 15:44:04 +00:00
|
|
|
testDepends = [ pcreLight tasty tastyHunit ];
|
2013-11-15 11:04:47 +00:00
|
|
|
meta = {
|
2014-10-13 11:03:35 +00:00
|
|
|
homepage = "http://documentup.com/feuerbach/tasty";
|
2013-11-15 11:04:47 +00:00
|
|
|
description = "QuickCheck support for the Tasty test framework";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 11:48:22 +00:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2013-11-15 11:04:47 +00:00
|
|
|
};
|
|
|
|
})
|