archive-sig-0.1.0.0: Backpack signature for archive libraries

Safe HaskellSafe
LanguageHaskell2010

Archive (signature[?])

Documentation

data Entry #

data Error #

Instances
Show Error # 
Instance details

Defined in Archive

Methods

showsPrec :: Int -> Error -> ShowS #

show :: Error -> String #

showList :: [Error] -> ShowS #

packFromFiles #

Arguments

:: FilePath

Path of .tar file to write

-> [FilePath]

Files and directories to archive

-> IO ()