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, HUnit, QuickCheck, parsec, nonNegative, utilityHt}:
cabal.mkDerivation (self : {
pname = "numeric-prelude";
version = "0.1";
sha256 = "01de33ea483808704f6d2c635763fcbff3abe12db8035c6640124eb8486b6efb";
propagatedBuildInputs = [HUnit QuickCheck parsec nonNegative utilityHt];
meta = {
description = "An experimental alternative hierarchy of numeric type classes";
};
})