{ mkDerivation, array, base, bytestring, containers, fetchgit , ghc-prim, lib, text, time, vector }: mkDerivation { pname = "heapwords"; version = "0.1.0.2"; src = fetchgit { url = "https://github.com/locallycompact/cardano-base"; sha256 = "0n3w1k30ivdppyidyws9riy1qyx4881gxw8v1v34sixbraj0ng5k"; rev = "f954aec4fbe11ba96729ddcc5e22c13ab6320b5d"; fetchSubmodules = true; }; postUnpack = "sourceRoot+=/heapwords/; echo source root reset to $sourceRoot"; isLibrary = true; isExecutable = false; enableSeparateDataOutput = false; libraryHaskellDepends = [ array base bytestring containers ghc-prim text time vector ]; enableLibraryProfiling = false; enableExecutableProfiling = false; doHaddock = false; jailbreak = true; doCheck = false; doBenchmark = false; hyperlinkSource = false; description = "Heapwords"; license = lib.licenses.asl20; broken = false; }