non-negative: updated to version 0.1

svn path=/nixpkgs/trunk/; revision=27847
This commit is contained in:
Peter Simons 2011-07-20 18:04:12 +00:00
parent e0a9dc3a29
commit c01bf4d344

View File

@ -1,10 +1,10 @@
{cabal, QuickCheck}: {cabal, QuickCheck, utilityHt}:
cabal.mkDerivation (self : { cabal.mkDerivation (self : {
pname = "non-negative"; pname = "non-negative";
version = "0.0.4"; version = "0.1";
sha256 = "0b82b7be086c8d4e493d606098d82c2e5d943fe76d18a5eb6836c449ba19fc6f"; sha256 = "0aebb6f5518191a02b11230798444997a03b84d63d2aaa6c38cac6718f6c351c";
propagatedBuildInputs = [QuickCheck]; propagatedBuildInputs = [QuickCheck utilityHt];
meta = { meta = {
description = "Non-negative numbers"; description = "Non-negative numbers";
}; };