Name: LibZip Version: 0.10.2 License: BSD3 License-File: LICENSE Author: Sergey Astanin Maintainer: Sergey Astanin Homepage: http://bitbucket.org/astanin/hs-libzip/ Bug-reports: http://bitbucket.org/astanin/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 == 7.4.1, GHC == 7.6.1 Extra-Source-Files: examples/hzip.hs , runTests.hs, Tests/Common.hs , Tests/MonadicTests.hs, Tests/test.zip Library Exposed-Modules: Codec.Archive.LibZip Codec.Archive.LibZip.Types Other-Modules: Codec.Archive.LibZip.Errors Build-Depends: base >= 4.0 && < 5.0 , bindings-libzip >= 0.10 && < 0.11 , bytestring , filepath , time , mtl GHC-Options: -Wall