LibZip-0.2.0.3: LibZip.cabal
Name: LibZip
Version: 0.2.0.3
License: BSD3
License-File: LICENSE
Author: Sergey Astanin
Maintainer: Sergey Astanin <s.astanin@gmail.com>
Homepage: http://bitbucket.org/jetxee/hs-libzip/
Bug-reports: http://bitbucket.org/jetxee/hs-libzip/issues/
Category: Codec, Foreign
Synopsis: Bindings to libzip, a library for manipulating zip archives.
Description:
libzip is a C library for reading, creating, and modifying zip archives.
This package allows to use it from Haskell code.
Build-Type: Simple
Cabal-Version: >= 1.2.3
Tested-With: GHC == 6.12.1, GHC == 7.0.1, GHC == 7.2.1
Extra-Source-Files:
examples/legacyUnzip.hs, examples/hzip.hs
, runTests.hs, Tests/Common.hs, Tests/LegacyTests.hs
, Tests/MonadicTests.hs, Tests/test.zip
Library
Exposed-Modules:
Codec.Archive.LibZip
Codec.Archive.LibZip.Types
Codec.Archive.LibZip.LegacyZeroZero
Other-Modules:
Codec.Archive.LibZip.Errors
Build-Depends:
base >= 4.0 && < 4.5
, bindings-libzip >= 0.1 && < 0.2
, bytestring
, filepath
, time
, mtl
GHC-Options:
-Wall