nixpkgs/pkgs/development/libraries/haskell/non-negative/default.nix
Peter Simons c01bf4d344 non-negative: updated to version 0.1
svn path=/nixpkgs/trunk/; revision=27847
2011-07-20 18:04:12 +00:00

13 lines
298 B
Nix

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