úÎÅ)Brandon Chinn <brandonchinn178@gmail.com> experimentalportableNone2 6Extract the self-bundled executable to the given path. HextractTo "dir" -- will extract to $CWD/dir extractTo "/usr/local/lib" 8Extract the self-bundled executable to a temporary path.CBundle the given directory into the executable with the given name.For example, to bundle the static/# directory in the executable named  install-files: %bundle "./install-files" "./static/" Same as , except using the  library. ZextractTo' [reldir|dir|] -- will extract to $CWD/dir extractTo' [absdir|/usr/local/lib|] Same as , except using the  library.Same as , except using the  library. 2bundle' [relfile|install-files|] [reldir|static|] 1The size of executable that will be rewritten by . Get the size of the given file. 8Concatenate the given files and write to the given file.)Brandon Chinn <brandonchinn178@gmail.com> experimentalportableNone$ÿEGet the executable with the given name with the given LocalBuildInfo. Ìmain = defaultMainWithHooks simpleUserHooks { postCopy = args cf pd lbi -> do postCopy simpleUserHooks args cf pd lbi exe <- getExe lbi "name-of-executable" bundle exe "./static/" } Same as , except using the  library. Ömain = defaultMainWithHooks simpleUserHooks { postCopy = args cf pd lbi -> do postCopy simpleUserHooks args cf pd lbi exe <- getExe' lbi "name-of-executable" bundle' exe [reldir|./static/|] }     )self-extract-0.3.0-4WT6bMnObZUGI789TVbudECodec.SelfExtractCodec.SelfExtract.Distribution extractTowithExtractToTempbundle extractTo'withExtractToTemp'bundle'getExegetExe'!path-0.6.1-JqqmzUkiSxk4yEC71n7mWh Path.InternalPathexeSize getFileSizecat