Added a number of Haskell packages.

svn path=/nixpkgs/trunk/; revision=15622
This commit is contained in:
Andres Löh
2009-05-15 18:53:00 +00:00
parent cd7dba4f0b
commit ffcdec785b
5 changed files with 62 additions and 0 deletions

View File

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