forked from mirrors/nixpkgs
haskell-test-framework-hunit: update to version 0.3.0.1
This commit is contained in:
parent
9a7fc0ea64
commit
445f80e6e4
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "test-framework-hunit";
|
pname = "test-framework-hunit";
|
||||||
version = "0.3.0";
|
version = "0.3.0.1";
|
||||||
sha256 = "1jwbpbf9q3g936gk71632h830l2wsiic8h6ms1jlmw209mpm7c84";
|
sha256 = "1h0h55kf6ff25nbfx1mhliwyknc0glwv3zi78wpzllbjbs7gvyfk";
|
||||||
buildDepends = [ extensibleExceptions HUnit testFramework ];
|
buildDepends = [ extensibleExceptions HUnit testFramework ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://batterseapower.github.com/test-framework/";
|
homepage = "https://batterseapower.github.io/test-framework/";
|
||||||
description = "HUnit support for the test-framework package";
|
description = "HUnit support for the test-framework package";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|
Loading…
Reference in a new issue