|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
Name: zip-archive
|
|
|
|
|
Version: 0.4.1
|
|
|
|
|
x-revision: 1
|
|
|
|
|
Version: 0.4.2.1
|
|
|
|
|
Cabal-Version: 2.0
|
|
|
|
|
Build-type: Simple
|
|
|
|
|
Synopsis: Library for creating and modifying zip archives.
|
|
|
|
@ -27,8 +26,8 @@ Description:
|
|
|
|
|
As an example of the use of the library, a standalone zip archiver and
|
|
|
|
|
extracter is provided in the source distribution.
|
|
|
|
|
Category: Codec
|
|
|
|
|
Tested-with: GHC == 7.8.2, GHC == 7.10.3, GHC == 8.0.2,
|
|
|
|
|
GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1
|
|
|
|
|
Tested-with: GHC == 8.6.5, GHC == 8.8.1, GHC == 8.10.4, GHC == 9.0.1,
|
|
|
|
|
GHC == 8.8.3, GHC == 9.2.1
|
|
|
|
|
License: BSD3
|
|
|
|
|
License-file: LICENSE
|
|
|
|
|
Homepage: http://github.com/jgm/zip-archive
|
|
|
|
@ -82,7 +81,7 @@ Executable zip-archive
|
|
|
|
|
Buildable: False
|
|
|
|
|
Main-is: Main.hs
|
|
|
|
|
Hs-Source-Dirs: .
|
|
|
|
|
Build-Depends: base >= 4.2 && < 5,
|
|
|
|
|
Build-Depends: base >= 4.5 && < 5,
|
|
|
|
|
directory >= 1.1,
|
|
|
|
|
bytestring >= 0.9.0,
|
|
|
|
|
zip-archive
|
|
|
|
@ -95,7 +94,7 @@ Test-Suite test-zip-archive
|
|
|
|
|
Type: exitcode-stdio-1.0
|
|
|
|
|
Main-Is: test-zip-archive.hs
|
|
|
|
|
Hs-Source-Dirs: tests
|
|
|
|
|
Build-Depends: base >= 4.2 && < 5,
|
|
|
|
|
Build-Depends: base >= 4.5 && < 5,
|
|
|
|
|
directory >= 1.3, bytestring >= 0.9.0, process, time,
|
|
|
|
|
HUnit, zip-archive, temporary, filepath
|
|
|
|
|
Default-Language: Haskell98
|
|
|
|
@ -104,4 +103,3 @@ Test-Suite test-zip-archive
|
|
|
|
|
cpp-options: -D_WINDOWS
|
|
|
|
|
else
|
|
|
|
|
Build-depends: unix
|
|
|
|
|
build-tools: unzip
|