# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, genericDeriving, mtl, reducers, stm, tagged, tasty , transformers, xml }: cabal.mkDerivation (self: { pname = "tasty-ant-xml"; version = "1.0.0.10"; sha256 = "1qjpgbsj8fh5w3l9zap3wsrf1cp8bmsl1adcxy5z2j8yi3rsljii"; buildDepends = [ genericDeriving mtl reducers stm tagged tasty transformers xml ]; meta = { homepage = "http://github.com/ocharles/tasty-ant-xml"; description = "Render tasty output to XML for Jenkins"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; maintainers = with self.stdenv.lib.maintainers; [ ocharles ]; }; })