From 1a6a91d4fa84a4da115a1bf847aca0e92160dd33 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 Oct 2013 17:09:26 +0200 Subject: [PATCH] haskell-arithmoi: cosmetic --- pkgs/development/libraries/haskell/arithmoi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/arithmoi/default.nix b/pkgs/development/libraries/haskell/arithmoi/default.nix index 22707c04e83c..181937fdd807 100644 --- a/pkgs/development/libraries/haskell/arithmoi/default.nix +++ b/pkgs/development/libraries/haskell/arithmoi/default.nix @@ -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; };