haskell-tasty-hunit: update to version 0.9

This commit is contained in:
Peter Simons 2014-08-24 11:57:48 +02:00
parent dc3f01d180
commit e3184a2f13

View File

@ -1,13 +1,14 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, HUnit, mtl, tasty }: { cabal, tasty }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "tasty-hunit"; pname = "tasty-hunit";
version = "0.8.0.1"; version = "0.9";
sha256 = "0a84j8yjqp9x59dy5nbb50vnscb7iimgc60s8vz1p5721gqi62r5"; sha256 = "1ivp9h34cdrahqy8i0y10fa0mqxa947dpbwvhr46sjja053asjxc";
buildDepends = [ HUnit mtl tasty ]; buildDepends = [ tasty ];
meta = { meta = {
homepage = "http://documentup.com/feuerbach/tasty";
description = "HUnit support for the Tasty test framework"; description = "HUnit support for the Tasty test framework";
license = self.stdenv.lib.licenses.mit; license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;