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

haskell-tasty-hunit: update to version 0.8.0.1

This commit is contained in:
Peter Simons 2014-03-07 23:13:18 +01:00
parent 24c78d64c6
commit 7fe58926c3

View file

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