Newer
Older
{ mkDerivation
, base
, basement
, bytestring
, cryptonite
, deepseq
, fetchgit
, foundation
, gauge
, hashable
, integer-gmp
, lib
, memory
}:
mkDerivation {
pname = "cardano-crypto";
version = "1.1.0";
src = fetchgit {
url = "https://github.com/input-output-hk/cardano-crypto";
sha256 = "06sdx5ndn2g722jhpicmg96vsrys89fl81k8290b3lr6b1b0w4m3";
rev = "07397f0e50da97eaa0575d93bee7ac4b2b2576ec";
fetchSubmodules = true;
};
isLibrary = true;
isExecutable = true;
base
basement
bytestring
cryptonite
deepseq
foundation
hashable
integer-gmp
memory
base
basement
bytestring
cryptonite
foundation
memory
];
benchmarkHaskellDepends = [
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
homepage = "https://github.com/input-output-hk/cardano-crypto#readme";
description = "Cryptography primitives for cardano";
license = lib.licenses.mit;