3
0
Fork 0
forked from mirrors/nixpkgs

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!
{ cabal, HUnit, mtl, tasty }:
{ cabal, tasty }:
cabal.mkDerivation (self: {
pname = "tasty-hunit";
version = "0.8.0.1";
sha256 = "0a84j8yjqp9x59dy5nbb50vnscb7iimgc60s8vz1p5721gqi62r5";
buildDepends = [ HUnit mtl tasty ];
version = "0.9";
sha256 = "1ivp9h34cdrahqy8i0y10fa0mqxa947dpbwvhr46sjja053asjxc";
buildDepends = [ tasty ];
meta = {
homepage = "http://documentup.com/feuerbach/tasty";
description = "HUnit support for the Tasty test framework";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;