nixpkgs/pkgs/development/libraries/haskell/arithmoi/default.nix

18 lines
553 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2013-03-24 20:44:05 +04:00
{ cabal, mtl, random }:
cabal.mkDerivation (self: {
pname = "arithmoi";
version = "0.4.1.1";
sha256 = "02wrm24dpcsdsjaic30416axad5s4y822si1am4smb2qvrhps9ix";
2013-03-24 20:44:05 +04:00
buildDepends = [ mtl random ];
jailbreak = true;
2013-03-24 20:44:05 +04:00
meta = {
homepage = "https://bitbucket.org/dafis/arithmoi";
2013-10-16 19:09:26 +04:00
description = "Efficient basic number-theoretic functions. Primes, powers, integer logarithms.";
2013-03-24 20:44:05 +04:00
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})