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

{ cabal, async, deepseq, filepath, mtl, optparseApplicative, tagged
, tasty, tastyHunit, temporaryRc
}:

cabal.mkDerivation (self: {
  pname = "tasty-golden";
  version = "2.2.2.4";
  sha256 = "096c4h306r4z7wq8nm94mwmdndm0mwd6hhiqf77iilpdndasrl1c";
  buildDepends = [
    async deepseq filepath mtl optparseApplicative tagged tasty
    temporaryRc
  ];
  testDepends = [ filepath tasty tastyHunit temporaryRc ];
  meta = {
    homepage = "https://github.com/feuerbach/tasty-golden";
    description = "Golden tests support for tasty";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})