haskell-arithmoi: cosmetic

This commit is contained in:
Peter Simons 2013-10-16 17:09:26 +02:00
parent 7af4922a9f
commit 1a6a91d4fa

View File

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ mtl random ]; buildDepends = [ mtl random ];
meta = { meta = {
homepage = "https://bitbucket.org/dafis/arithmoi"; 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; license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
}; };