nixpkgs/pkgs/development/libraries/haskell/tasty-ant-xml/default.nix
2014-10-26 23:44:50 +01:00

22 lines
664 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, genericDeriving, mtl, stm, tagged, tasty, transformers
, xml
}:
cabal.mkDerivation (self: {
pname = "tasty-ant-xml";
version = "1.0.1";
sha256 = "1wb9lm9rbk46g9cm2lpcrzh59zpcy270p824agg61bj1xb9jymsc";
buildDepends = [
genericDeriving mtl 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 ];
};
})