1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

This commit is contained in:
Peter Simons 2014-05-21 16:20:08 +02:00
parent 4e2d47c314
commit c8a72f96ab

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "tasty-ant-xml";
version = "1.0.0.6";
sha256 = "06ll7mj60iiskla2x53yncs0931b7dw4l0shxkhz88558gjzy7cj";
version = "1.0.0.7";
sha256 = "0jjh2lyr33l5mps123azszwnk0h61ar99zlqbc4h04a8vkd9x813";
buildDepends = [
genericDeriving mtl reducers stm tagged tasty transformers xml
];