forked from mirrors/nixpkgs
Added logfloat. Some version bumps for Haskell pkgs.
svn path=/nixpkgs/trunk/; revision=27241
This commit is contained in:
parent
03055c5300
commit
22377172b2
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "Chart";
|
||||
version = "0.13.1";
|
||||
sha256 = "1gh8qw8xil543wssflhpjrgnig4v79vi7xizrm93a93i4n84npd5";
|
||||
version = "0.14";
|
||||
sha256 = "0ji81j4c2by5zyrdhx1s17j6kqsi3ngr9y1zh7hr9wv7jsrj3rf2";
|
||||
propagatedBuildInputs =
|
||||
[cairo colour dataAccessor dataAccessorTemplate gtk mtl];
|
||||
meta = {
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "data-accessor-template";
|
||||
version = "0.2.1.5";
|
||||
sha256 = "0fvf1cacvqzyl9x88h7fa0d6p94qhkvf177a84g036qjxn0khyja";
|
||||
version = "0.2.1.7";
|
||||
sha256 = "08658axzznqxp4p4d6h0y0sp7rzj84ma6hrb4zvsxa3614vydgi4";
|
||||
propagatedBuildInputs = [dataAccessor utilityHt];
|
||||
meta = {
|
||||
description = "Utilities for accessing and manipulating the fields of records";
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "data-accessor";
|
||||
version = "0.2.1.4";
|
||||
sha256 = "1fnfbcw1fzas2sbk9yhwd05ncvgqfy47hi9xh0ygsqilx7nwkdxv";
|
||||
version = "0.2.1.7";
|
||||
sha256 = "05wi8wm4vq4j4ldx1925q7v31rnh4gj5891gqc5hdf0x8cgkxbii";
|
||||
propagatedBuildInputs = [transformers];
|
||||
meta = {
|
||||
description = "Utilities for accessing and manipulating the fields of records";
|
||||
|
|
13
pkgs/development/libraries/haskell/logfloat/default.nix
Normal file
13
pkgs/development/libraries/haskell/logfloat/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{cabal, deepseq}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "logfloat";
|
||||
version = "0.12.1";
|
||||
sha256 = "1k13jjqv4df341hcj9hzrlisfx9wrsmyqvzi6ricx341d9z4ch05";
|
||||
meta = {
|
||||
description = "Log-domain floating point numbers";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
|
@ -642,6 +642,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||
|
||||
ltk = callPackage ../development/libraries/haskell/ltk {};
|
||||
|
||||
logfloat = callPackage ../development/libraries/haskell/logfloat {};
|
||||
|
||||
maybench = callPackage ../development/libraries/haskell/maybench {};
|
||||
|
||||
MaybeT = callPackage ../development/libraries/haskell/MaybeT {};
|
||||
|
|
Loading…
Reference in a new issue