conduit-vfs-zip 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+3/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- conduit-vfs-zip.cabal +3/−2
conduit-vfs-zip.cabal view
@@ -4,13 +4,14 @@ -- -- see: https://github.com/sol/hpack ----- hash: b2f014d90f20782c339ea3052983243780e92c7df8a79894de5974701a548c1c+-- hash: 1ec16e5f98ce61ccdf07f9e0ccbcef8a4ea2f0371de20214019e36af1d62bab6 name: conduit-vfs-zip-version: 0.1.0.0+version: 0.1.0.1 synopsis: Zip archive interface for the Conduit Virtual File System. description: This package provides the ability to work with zip archives as a part of a conduit. It does this by treating the zip file as a virtual file system and acting on it that way. The zip archive access does not require any IO, and so can be used in pure conduits. If you would like to have the zip file read from disk and then persisted at the beginning and end of your conduit run, you can do that but it does require constructing the Zip VFS within a MonadResource. For more information, please see the README on GitHub at <https://github.com/RobertFischer/vfs-conduit#README.md>+category: Conduit, IO, Filesystem, Zip, Compression homepage: https://github.com/RobertFischer/vfs-conduit#readme bug-reports: https://github.com/RobertFischer/vfs-conduit/issues author: Robert Fischer