{ mkDerivation, base, ghc-prim, lib }: mkDerivation { pname = "basement"; version = "0.0.15"; sha256 = "56c2afb6754e8d16a627331a8a5d473b3d26fd04ba5c9e0fb3475f595b915db4"; isLibrary = true; isExecutable = false; enableSeparateDataOutput = false; libraryHaskellDepends = [ base ghc-prim ]; enableLibraryProfiling = false; enableExecutableProfiling = false; doHaddock = false; jailbreak = true; doCheck = false; doBenchmark = false; hyperlinkSource = false; homepage = "https://github.com/haskell-foundation/foundation#readme"; description = "Foundation scrap box of array & string"; license = lib.licenses.bsd3; broken = false; }