{ 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"; version = "1.11.0.0"; src = fetchzip { url = "https://input-output-hk.github.io/cardano-haskell-packages/package/plutus-ledger-api-1.11.0.0.tar.gz"; sha256 = "1lr4bnbh6iw6nsja2b9742ncykabkz8c6kvfdj645h5lm94mwv74"; }; isLibrary = true; isExecutable = true; enableSeparateDataOutput = false; libraryHaskellDepends = [ base base16-bytestring base64-bytestring bytestring cborg containers deepseq extra flat lens mtl nothunks plutus-core plutus-tx prettyprinter PyF serialise tagged text ]; executableHaskellDepends = [ async base extra filepath mtl plutus-core serialise tasty tasty-hunit ]; testHaskellDepends = [ base bytestring cborg containers extra hedgehog mtl nothunks plutus-core plutus-tx tasty tasty-hedgehog tasty-hunit tasty-quickcheck text ]; enableLibraryProfiling = false; enableExecutableProfiling = false; doHaddock = false; jailbreak = true; doCheck = false; doBenchmark = false; hyperlinkSource = false; description = "Interface to the Plutus ledger for the Cardano ledger"; license = lib.licenses.asl20; broken = false; }