packages feed

ztar 1.0.0 → 1.0.1

raw patch · 2 files changed

+11/−5 lines, 2 filesdep ~zip

Dependency ranges changed: zip

Files

CHANGELOG.md view
@@ -1,3 +1,8 @@+# ztar 1.0.1++Changes:+* Allow up to `zip-1.2.0`+ # ztar 1.0.0  Breaking changes:
ztar.cabal view
@@ -1,11 +1,13 @@--- This file has been generated from package.yaml by hpack version 0.28.2.+cabal-version: 1.18++-- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack ----- hash: f6bbd45a4e7adaa7ce7e25a88acfaf3aff646afa6bfd8d1835c36d21c23449e8+-- hash: 242b04032aa88690bdb786125bbc85e9393c89e0716e9ead63a5d95782012508  name:           ztar-version:        1.0.0+version:        1.0.1 synopsis:       Creating and extracting arbitrary archives description:    Creating and extracting arbitrary archives. category:       Codec@@ -16,7 +18,6 @@ license:        BSD3 license-file:   LICENSE build-type:     Simple-cabal-version:  >= 1.18 extra-doc-files:     CHANGELOG.md     README.md@@ -52,7 +53,7 @@     , process     , text     , unix-compat-    , zip >=1.0 && <1.2+    , zip >=1.0 && <1.3     , zlib >=0.6 && <0.7   if flag(dev)     ghc-options: -Werror