mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03: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 New Issue
Block a user