numeric-prelude: updated to version 0.2.2
svn path=/nixpkgs/trunk/; revision=27848
This commit is contained in:
parent
c01bf4d344
commit
fef790c942
@ -1,10 +1,10 @@
|
|||||||
{cabal, HUnit, QuickCheck, parsec, nonNegative, utilityHt}:
|
{cabal, HUnit, QuickCheck, parsec, nonNegative, utilityHt, storableRecord}:
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "numeric-prelude";
|
pname = "numeric-prelude";
|
||||||
version = "0.1";
|
version = "0.2.2";
|
||||||
sha256 = "01de33ea483808704f6d2c635763fcbff3abe12db8035c6640124eb8486b6efb";
|
sha256 = "bc6adb8c2f04e0e1f62e183e052974700143dc93b1a3cbafe3562aa1f7a649fd";
|
||||||
propagatedBuildInputs = [HUnit QuickCheck parsec nonNegative utilityHt];
|
propagatedBuildInputs = [HUnit QuickCheck parsec nonNegative utilityHt storableRecord];
|
||||||
meta = {
|
meta = {
|
||||||
description = "An experimental alternative hierarchy of numeric type classes";
|
description = "An experimental alternative hierarchy of numeric type classes";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user