archive-sig-1.0.2.0: Backpack signature for archive libraries
Safe HaskellSafe-Inferred
LanguageHaskell2010

Archive (signature[?])

Synopsis

Documentation

data Entry #

data Error #

Instances

Instances details
Show Error # 
Instance details

Defined in Archive

Methods

showsPrec :: Int -> Error -> ShowS #

show :: Error -> String #

showList :: [Error] -> ShowS #

Exception Error #

Since: 1.0.0.0

Instance details

Defined in Archive

data FP #

The type for filepaths used by the library

Since: 1.0.0.0

unpackToDirRaw :: FP -> ByteString -> IO () #

Since: 1.0.0.0

packFilesRaw #

Arguments

:: [FP]

Files and directories to write to archive

-> IO ByteString

ByteString containing archive

versionInfo :: String #

Since: 0.2.2.0

toFP :: FilePath -> FP #

Function to get an FP from a FilePath. May throw exceptions if need be.

Since: 1.0.0.0