2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-07 22:13:22 +00:00
|
|
|
{ cabal, ansiTerminal, async, deepseq, mtl, optparseApplicative
|
2014-09-11 15:02:49 +00:00
|
|
|
, regexTdfaRc, stm, tagged, time, unboundedDelays
|
2013-08-21 08:18:45 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "tasty";
|
2014-10-31 10:37:55 +00:00
|
|
|
version = "0.10.1";
|
|
|
|
sha256 = "1l8ah7018f3m8css56h59fcly1jhanm5wd0hbgm8mg6pn7rrjml5";
|
2013-08-21 08:18:45 +00:00
|
|
|
buildDepends = [
|
2014-07-07 09:26:10 +00:00
|
|
|
ansiTerminal async deepseq mtl optparseApplicative regexTdfaRc stm
|
2014-09-11 15:02:49 +00:00
|
|
|
tagged time unboundedDelays
|
2013-08-21 08:18:45 +00:00
|
|
|
];
|
|
|
|
meta = {
|
2014-03-07 22:13:22 +00:00
|
|
|
homepage = "http://documentup.com/feuerbach/tasty";
|
2013-08-21 08:18:45 +00:00
|
|
|
description = "Modern and extensible testing 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-08-21 08:18:45 +00:00
|
|
|
};
|
|
|
|
})
|