haskell-tasty-ant-xml: update to version 1.0.0.4

This commit is contained in:
Peter Simons 2013-12-10 20:45:18 +01:00
parent 8248ffc9e4
commit 49536b487f

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "tasty-ant-xml";
version = "1.0.0.2";
sha256 = "1c13gmqsp33cfqim7aqqjypabkx42rmmhmjj8fpcr0ainpmvwkwi";
version = "1.0.0.4";
sha256 = "09qgakwqaqgppplxybkgyhyryxrw1pwlgkiqpixrqqhjans3z0hn";
buildDepends = [
genericDeriving mtl reducers stm tagged tasty transformers xml
];