-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Haskell interface to libarchive -- -- Partial Haskell bindings for libarchive. Provides the ability -- to unpack archives. @package libarchive @version 0.2.1.2 module Codec.Archive unpackToDir :: FilePath -> ByteString -> IO () unpackArchive :: FilePath -> FilePath -> IO ()