3
0
Fork 0
forked from mirrors/nixpkgs

haskell-test-framework-hunit: update to version 0.3.0.1

This commit is contained in:
Peter Simons 2013-10-10 11:50:48 +02:00
parent 9a7fc0ea64
commit 445f80e6e4

View file

@ -2,11 +2,11 @@
cabal.mkDerivation (self: {
pname = "test-framework-hunit";
version = "0.3.0";
sha256 = "1jwbpbf9q3g936gk71632h830l2wsiic8h6ms1jlmw209mpm7c84";
version = "0.3.0.1";
sha256 = "1h0h55kf6ff25nbfx1mhliwyknc0glwv3zi78wpzllbjbs7gvyfk";
buildDepends = [ extensibleExceptions HUnit testFramework ];
meta = {
homepage = "http://batterseapower.github.com/test-framework/";
homepage = "https://batterseapower.github.io/test-framework/";
description = "HUnit support for the test-framework package";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;