From 7f2d60bd1f300ad2ead89830b8d8b220e4e681e0 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 4 Mar 2016 12:38:02 +0600 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98zip=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a new package to work with zip archives. It's fast (thanks to conduits), feature-rich, and implements more features from .ZIP specification than any anything on Hackage at the moment. Note that this requires ‘path-io’ >= 1.0.1, see #1238. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07a302de..ecbbd274 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1680,6 +1680,7 @@ packages: - path-io - hspec-megaparsec - plan-b + - zip "Thomas Bereknyei ": - multiplate