hup-0.3.0.3: Upload packages and/or documentation to a hackage server

Safe HaskellNone
LanguageHaskell2010

Distribution.Hup.BuildTar

Description

Build tar files

Synopsis

Documentation

buildTar :: FilePath -> FilePath -> [FilePath] -> IO () Source #

buildTar tarFileName baseDir paths - create a gz-compressed tar file with name tarFileName, with files in it from baseDir, "paths" being the files & directories to archive, relative to baseDir.