{ mkDerivation, aeson, base, cardano-binary, cborg, containers , data-default-class, deepseq, fetchgit, fingertree, lib, nothunks , serialise }: mkDerivation { pname = "cardano-strict-containers"; version = "0.1.2.1"; src = fetchgit { url = "https://github.com/locallycompact/cardano-base"; sha256 = "0n3w1k30ivdppyidyws9riy1qyx4881gxw8v1v34sixbraj0ng5k"; rev = "f954aec4fbe11ba96729ddcc5e22c13ab6320b5d"; fetchSubmodules = true; }; postUnpack = "sourceRoot+=/cardano-strict-containers/; echo source root reset to $sourceRoot"; isLibrary = true; isExecutable = false; enableSeparateDataOutput = false; libraryHaskellDepends = [ aeson base cardano-binary cborg containers data-default-class deepseq fingertree nothunks serialise ]; enableLibraryProfiling = false; enableExecutableProfiling = false; doHaddock = false; jailbreak = true; doCheck = false; doBenchmark = false; hyperlinkSource = false; description = "Various strict container types"; license = lib.licenses.asl20; broken = false; }