zip-archive 0.3.2.4 → 0.3.2.5
raw patch · 2 files changed
+8/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog +6/−0
- zip-archive.cabal +2/−2
changelog view
@@ -1,3 +1,9 @@+zip-archive 0.3.2.5++ * Move 'build-tools: unzip' from library stanza to test stanza.+ unzip should only be required for testing, not for regular+ builds of the library.+ zip-archive 0.3.2.4 * Make build-tools stanza conditional on non-windows. Closes #44.
zip-archive.cabal view
@@ -1,5 +1,5 @@ Name: zip-archive-Version: 0.3.2.4+Version: 0.3.2.5 Cabal-Version: >= 1.10 Build-type: Custom Synopsis: Library for creating and modifying zip archives.@@ -47,7 +47,6 @@ cpp-options: -D_WINDOWS else Build-depends: unix- Build-tools: unzip custom-setup setup-depends: base, Cabal@@ -77,4 +76,5 @@ if os(windows) cpp-options: -D_WINDOWS else+ Build-tools: unzip Build-depends: unix