From 081c3b786ae74211f4804d604e326cd3b61011b8 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Tue, 9 May 2017 23:28:59 -0400 Subject: [PATCH] Add package description --- zip-stream.cabal | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/zip-stream.cabal b/zip-stream.cabal index eef5d18..be24e22 100644 --- a/zip-stream.cabal +++ b/zip-stream.cabal @@ -1,8 +1,7 @@ name: zip-stream -version: 0.1.0.0 --- synopsis: --- description: -homepage: https://github.com/dylex/zip-stream#readme +version: 0 +synopsis: ZIP file stream processing using conduits +description: Process (extract and create) zip files as streams, accessing individual files without having to write a zip file to disk, unlike zip-conduit. Unfortunately, processing zip files in this way introduces some limitations on what ZIP features can be supported, but the goal is to support most cases. license: BSD3 license-file: LICENSE author: Dylan Simon