2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-11-15 10:47:25 +00:00
|
|
|
{ cabal, genericDeriving, mtl, reducers, stm, tagged, tasty
|
|
|
|
, transformers, xml
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "tasty-ant-xml";
|
2014-06-03 10:36:15 +01:00
|
|
|
version = "1.0.0.8";
|
|
|
|
sha256 = "0khjx3anxp63ch6wkdhqnsk5miavkq014ab30rpir97gdqw0vykm";
|
2013-11-15 10:47:25 +00:00
|
|
|
buildDepends = [
|
|
|
|
genericDeriving mtl reducers stm tagged tasty transformers xml
|
|
|
|
];
|
|
|
|
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
|
|
|
};
|
|
|
|
})
|