packages feed

cabal2nix-2.9.3: test/golden-test-cases/tasty-rerun.nix.golden

{ mkDerivation, base, containers, mtl, optparse-applicative
, reducers, split, stdenv, stm, tagged, tasty, transformers
}:
mkDerivation {
  pname = "tasty-rerun";
  version = "1.1.8";
  sha256 = "deadbeef";
  libraryHaskellDepends = [
    base containers mtl optparse-applicative reducers split stm tagged
    tasty transformers
  ];
  homepage = "http://github.com/ocharles/tasty-rerun";
  description = "Run tests by filtering the test tree depending on the result of previous test runs";
  license = stdenv.lib.licenses.bsd3;
}