Newer
Older
{ mkDerivation, PyF, async, base, base16-bytestring
, base64-bytestring, bytestring, cborg, containers, deepseq, extra
, fetchzip, 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";
url = "https://input-output-hk.github.io/cardano-haskell-packages/package/plutus-ledger-api-1.11.0.0.tar.gz";
sha256 = "1lr4bnbh6iw6nsja2b9742ncykabkz8c6kvfdj645h5lm94mwv74";
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
base bytestring cborg containers extra hedgehog mtl nothunks
plutus-core plutus-tx tasty tasty-hedgehog tasty-hunit
tasty-quickcheck text
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;