From 333fdd1d25e11f56ea887293b0c77ff825cafbfa Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 21 Mar 2018 12:41:34 -0400 Subject: [PATCH] Bump version for ghc 8.4, conduit 1.3 --- zip-stream.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zip-stream.cabal b/zip-stream.cabal index 3d6cd79..3377af6 100644 --- a/zip-stream.cabal +++ b/zip-stream.cabal @@ -1,5 +1,5 @@ name: zip-stream -version: 0.1.0.1 +version: 0.1.1 synopsis: ZIP archive streaming using conduits description: Process (extract and create) zip files as streams (e.g., over the network), accessing contained files without having to write the zip file to disk (unlike zip-conduit). license: BSD3