self-extract-0.1.0.0: A Haskell library to make self-extracting executables

Safe HaskellNone
LanguageHaskell2010

Codec.SelfExtract

Synopsis

Documentation

extractTo :: FilePath -> IO () Source #

Extract the self-bundled executable to the given path.

withExtractToTemp :: (FilePath -> IO ()) -> IO () Source #

Extract the self-bundled executable to a temporary path.

extractTo' :: Path b Dir -> IO () Source #

Extract the self-bundled executable to the given path.

withExtractToTemp' :: (Path Abs Dir -> IO ()) -> IO () Source #

Extract the self-bundled executable to a temporary path.