2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-07-07 10:26:08 +01:00
|
|
|
{ cabal, async, deepseq, filepath, mtl, optparseApplicative, tagged
|
|
|
|
, tasty, tastyHunit, temporaryRc
|
2013-11-15 11:07:57 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "tasty-golden";
|
2014-07-07 10:26:08 +01:00
|
|
|
version = "2.2.2.4";
|
|
|
|
sha256 = "096c4h306r4z7wq8nm94mwmdndm0mwd6hhiqf77iilpdndasrl1c";
|
2013-11-15 11:07:57 +00:00
|
|
|
buildDepends = [
|
2014-07-07 10:26:08 +01:00
|
|
|
async deepseq filepath mtl optparseApplicative tagged tasty
|
|
|
|
temporaryRc
|
2013-11-15 11:07:57 +00:00
|
|
|
];
|
2014-07-03 16:00:58 +01:00
|
|
|
testDepends = [ filepath tasty tastyHunit temporaryRc ];
|
2013-11-15 11:07:57 +00:00
|
|
|
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;
|
2014-08-09 12:48:22 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2013-11-15 11:07:57 +00:00
|
|
|
};
|
|
|
|
})
|