Newer
Older
{ mkDerivation, PyF, async, barbies, base, base16-bytestring
, base64-bytestring, bytestring, cborg, containers, deepseq, extra
, fetchgit, filepath, flat, hedgehog, lens, lib, mtl, nothunks
, plutus-core, plutus-tx, prettyprinter, serialise, tagged, tasty
, tasty-hedgehog, tasty-hunit, tasty-quickcheck, text
}:
mkDerivation {
pname = "plutus-ledger-api";
Daniel Firth
committed
url = "https://github.com/input-output-hk/plutus";
sha256 = "1xf2jn46rk57mq8kskp2g4ijsi69mi5awsv2jm4qnzvxvgv897da";
rev = "5efe047b034bdd1f79df6dfa64a3c5d205ffa8f8";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/plutus-ledger-api/; echo source root reset to $sourceRoot";
isLibrary = true;
isExecutable = true;
base base16-bytestring base64-bytestring bytestring cborg
containers deepseq extra flat lens mtl nothunks plutus-core
plutus-tx prettyprinter PyF serialise tagged text
async base extra filepath mtl plutus-core serialise tasty
barbies base bytestring containers extra hedgehog lens mtl nothunks
plutus-core tasty tasty-hedgehog tasty-hunit tasty-quickcheck text
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
description = "Interface to the Plutus ledger for the Cardano ledger";
license = lib.licenses.asl20;