haskell-arithmoi: add version 0.4.0.3
This commit is contained in:
parent
194673f1f5
commit
8de45f4da4
14
pkgs/development/libraries/haskell/arithmoi/default.nix
Normal file
14
pkgs/development/libraries/haskell/arithmoi/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ cabal, mtl, random }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "arithmoi";
|
||||
version = "0.4.0.3";
|
||||
sha256 = "0idn312xzly636h13zmm7cw7ki64bpnniqc97nshqzgp8if5ycrc";
|
||||
buildDepends = [ mtl random ];
|
||||
meta = {
|
||||
homepage = "https://bitbucket.org/dafis/arithmoi";
|
||||
description = "Efficient basic number-theoretic functions. Primes, powers, integer logarithms.";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -468,6 +468,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
ansiWlPprint = callPackage ../development/libraries/haskell/ansi-wl-pprint {};
|
||||
|
||||
arithmoi = callPackage ../development/libraries/haskell/arithmoi {};
|
||||
|
||||
arrows = callPackage ../development/libraries/haskell/arrows {};
|
||||
|
||||
asn1Data = callPackage ../development/libraries/haskell/asn1-data {};
|
||||
|
Loading…
Reference in New Issue
Block a user