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

Safe HaskellNone
LanguageHaskell2010

Codec.SelfExtract.Distribution

Synopsis

Documentation

bundle :: String -> FilePath -> LocalBuildInfo -> IO () Source #

Bundle the given directory into the executable with the given name.

To be used as part of the Setup.hs file.

bundle' :: String -> Path b Dir -> LocalBuildInfo -> IO () Source #

Bundle the given directory into the executable with the given name.

To be used as part of the Setup.hs file.