2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-20 13:41:59 +01:00
|
|
|
{ cabal, mtl, optparseApplicative, reducers, split, stm, tagged
|
|
|
|
, tasty, transformers
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "tasty-rerun";
|
2014-09-13 19:53:19 +02:00
|
|
|
version = "1.1.3";
|
|
|
|
sha256 = "1pgm3h7kyg7q8ydgqqj9sn65ckl6i7cz6a8g1cfighf4gy5y0cj3";
|
2014-01-20 13:41:59 +01:00
|
|
|
buildDepends = [
|
|
|
|
mtl optparseApplicative reducers split stm tagged tasty
|
|
|
|
transformers
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/ocharles/tasty-rerun";
|
|
|
|
description = "Run tests by filtering the test tree depending on the result of previous test runs";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 13:48:22 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2014-01-20 13:41:59 +01:00
|
|
|
};
|
|
|
|
})
|