haskell-tasty-hunit: update to version 0.9
This commit is contained in:
parent
dc3f01d180
commit
e3184a2f13
1 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue