mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
haskell-arithmoi: cosmetic
This commit is contained in:
parent
7af4922a9f
commit
1a6a91d4fa
|
@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
|
|||
buildDepends = [ mtl random ];
|
||||
meta = {
|
||||
homepage = "https://bitbucket.org/dafis/arithmoi";
|
||||
description = "Basic number theoretic functions and utilities";
|
||||
description = "Efficient basic number-theoretic functions. Primes, powers, integer logarithms.";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue