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