3b2254a3af
There is no point in receiving hundreds of e-mails; I cannot read them anyway.
15 lines
418 B
Nix
15 lines
418 B
Nix
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "logfloat";
|
|
version = "0.12.1";
|
|
sha256 = "1k13jjqv4df341hcj9hzrlisfx9wrsmyqvzi6ricx341d9z4ch05";
|
|
meta = {
|
|
homepage = "http://code.haskell.org/~wren/";
|
|
description = "Log-domain floating point numbers";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
};
|
|
})
|