2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-03-24 17:44:05 +01:00
|
|
|
{ cabal, mtl, random }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "arithmoi";
|
2014-07-14 11:00:56 +02:00
|
|
|
version = "0.4.1.1";
|
|
|
|
sha256 = "02wrm24dpcsdsjaic30416axad5s4y822si1am4smb2qvrhps9ix";
|
2013-03-24 17:44:05 +01:00
|
|
|
buildDepends = [ mtl random ];
|
2014-07-14 14:12:43 +02:00
|
|
|
configureFlags = "-f-llvm";
|
2014-06-05 12:12:39 +02:00
|
|
|
jailbreak = true;
|
2013-03-24 17:44:05 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "https://bitbucket.org/dafis/arithmoi";
|
2013-10-16 17:09:26 +02:00
|
|
|
description = "Efficient basic number-theoretic functions. Primes, powers, integer logarithms.";
|
2013-03-24 17:44:05 +01:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|