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