Added logfloat. Some version bumps for Haskell pkgs.
svn path=/nixpkgs/trunk/; revision=27241
This commit is contained in:
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];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user