From 1944997266925486fb4ae1700d576f68fe1fe1b3 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Sun, 21 Oct 2018 13:10:47 -0400 Subject: [PATCH] Bump version to 0.2.0.1 --- stack.yaml | 2 +- zip-stream.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.yaml b/stack.yaml index ee55e5d..d5027a7 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-11.6 +resolver: lts-12.14 packages: - '.' extra-deps: [] diff --git a/zip-stream.cabal b/zip-stream.cabal index 9099b87..e79efe9 100644 --- a/zip-stream.cabal +++ b/zip-stream.cabal @@ -1,5 +1,5 @@ name: zip-stream -version: 0.2.0.0 +version: 0.2.0.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