summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/tasty-rerun/default.nix
blob: 6893bccee425674cd9580fa46ea09710da2b0493 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, mtl, optparseApplicative, reducers, split, stm, tagged
, tasty, transformers
}:

cabal.mkDerivation (self: {
  pname = "tasty-rerun";
  version = "1.1.2";
  sha256 = "0vgx6l9yd21aiwivd6zp67rgjly1j2wwqdmx99p17prr430rm4id";
  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;
    maintainers = [ self.stdenv.lib.maintainers.ocharles ];
  };
})