mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
numeric-prelude: updated to version 0.2.2
svn path=/nixpkgs/trunk/; revision=27848
This commit is contained in:
parent
c01bf4d344
commit
fef790c942
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
{cabal, HUnit, QuickCheck, parsec, nonNegative, utilityHt}:
|
||||
{cabal, HUnit, QuickCheck, parsec, nonNegative, utilityHt, storableRecord}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "numeric-prelude";
|
||||
version = "0.1";
|
||||
sha256 = "01de33ea483808704f6d2c635763fcbff3abe12db8035c6640124eb8486b6efb";
|
||||
propagatedBuildInputs = [HUnit QuickCheck parsec nonNegative utilityHt];
|
||||
version = "0.2.2";
|
||||
sha256 = "bc6adb8c2f04e0e1f62e183e052974700143dc93b1a3cbafe3562aa1f7a649fd";
|
||||
propagatedBuildInputs = [HUnit QuickCheck parsec nonNegative utilityHt storableRecord];
|
||||
meta = {
|
||||
description = "An experimental alternative hierarchy of numeric type classes";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue