summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/tasty/default.nix
blob: 070e8beabc8b66bfa1b449bf9f388c8ff6e5ed74 (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, ansiTerminal, async, deepseq, mtl, optparseApplicative
, regexTdfaRc, stm, tagged, time, unboundedDelays
}:

cabal.mkDerivation (self: {
  pname = "tasty";
  version = "0.10.0.4";
  sha256 = "028i567qmfkgriqs5y7vp6g5lz557cy5awhblcp6y2ya0aj78w5r";
  buildDepends = [
    ansiTerminal async deepseq mtl optparseApplicative regexTdfaRc stm
    tagged time unboundedDelays
  ];
  meta = {
    homepage = "http://documentup.com/feuerbach/tasty";
    description = "Modern and extensible testing framework";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})