Newer
Older
{ mkDerivation, QuickCheck, async, barbies, base, base16-bytestring
, base64-bytestring, bytestring, cborg, containers, deepseq, extra
, fetchzip, filepath, hedgehog, lens, lib, mtl, nothunks
, plutus-core, plutus-tx, plutus-tx-plugin, prettyprinter
, primitive, serialise, tagged, tasty, tasty-hedgehog, tasty-hunit
, tasty-quickcheck, text
}:
mkDerivation {
pname = "plutus-ledger-api";
url = "https://chap.intersectmbo.org/package/plutus-ledger-api-1.36.0.0.tar.gz";
sha256 = "08d7qhk6dy754vr80kw5ahqxzpck23kmxkaj7ggvp2g7myfmm9k2";
barbies base base16-bytestring base64-bytestring bytestring cborg
async base extra filepath lens mtl plutus-core plutus-tx primitive
serialise tasty tasty-hunit
base bytestring cborg containers extra hedgehog lens mtl nothunks
plutus-core plutus-tx plutus-tx-plugin prettyprinter serialise
tasty tasty-hedgehog tasty-hunit tasty-quickcheck
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
description = "Interface to the Plutus ledger for the Cardano ledger";
license = lib.licenses.asl20;