Added logfloat. Some version bumps for Haskell pkgs.

svn path=/nixpkgs/trunk/; revision=27241
This commit is contained in:
Andres Löh
2011-05-13 10:14:21 +00:00
parent 03055c5300
commit 22377172b2
5 changed files with 21 additions and 6 deletions

View 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];
};
})