This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.
libarchive-conduit reads archives with libarchive. All of the many
formats understood by libarchive are supported. Resource use is
managed in Haskell with the conduit library. The interface is very
simple; archives are read from disk and their contents are presende as
a stream of pairs (FilePath, ByteString) of the path to each file
and its contents, respectively.