2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-13 12:03:32 +01:00
|
|
|
{ cabal, genericDeriving, mtl, stm, tagged, tasty, transformers
|
|
|
|
, xml
|
2013-11-15 10:47:25 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "tasty-ant-xml";
|
2014-10-26 15:44:03 +00:00
|
|
|
version = "1.0.1";
|
|
|
|
sha256 = "1wb9lm9rbk46g9cm2lpcrzh59zpcy270p824agg61bj1xb9jymsc";
|
2013-11-15 10:47:25 +00:00
|
|
|
buildDepends = [
|
2014-10-13 12:03:32 +01:00
|
|
|
genericDeriving mtl stm tagged tasty transformers xml
|
2013-11-15 10:47:25 +00:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/ocharles/tasty-ant-xml";
|
2013-12-09 12:03:23 +00:00
|
|
|
description = "Render tasty output to XML for Jenkins";
|
2013-11-15 10:47:25 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 12:48:22 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2013-11-15 10:47:25 +00:00
|
|
|
};
|
|
|
|
})
|