nixpkgs/pkgs/development/libraries/haskell/tasty-golden/default.nix

24 lines
769 B
Nix

# 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 ];
};
})