haskell-tasty-hunit: update to version 0.4.1

This commit is contained in:
Peter Simons 2013-11-21 16:28:11 +01:00
parent 491c52a390
commit e2fb1c3c54

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "tasty-hunit";
version = "0.2";
sha256 = "1476ac3rsaag9rfgglzs65wqlkzm09xzdz47ksyj3a4c6ajba1kw";
version = "0.4.1";
sha256 = "1ns4lbqjkgfgl00jg4sw2jz3r189z4k5fzwbii3g1bnskn28fapa";
buildDepends = [ HUnit mtl tasty ];
meta = {
description = "HUnit support for the Tasty test framework";