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

Safe HaskellNone
LanguageHaskell2010

Codec.SelfExtract.Tar

Synopsis

Documentation

tar :: Path b0 Dir -> Path b1 File -> IO () Source #

Zip the given directory into the given archive.

Shelling out to tar because Haskell Tar packages would need the C header files, which we don't require on the client end.

untar :: Path b0 File -> Path b1 Dir -> IO () Source #

Extract the given archive to the given directory.