bindings-libzip 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
+ Bindings.LibZip: p'zip_stat'comp_method :: Ptr (C'zip_stat) -> Ptr (CUShort)
+ Bindings.LibZip: p'zip_stat'comp_size :: Ptr (C'zip_stat) -> Ptr (CSize)
+ Bindings.LibZip: p'zip_stat'crc :: Ptr (C'zip_stat) -> Ptr (CUInt)
+ Bindings.LibZip: p'zip_stat'encryption_method :: Ptr (C'zip_stat) -> Ptr (CUShort)
+ Bindings.LibZip: p'zip_stat'index :: Ptr (C'zip_stat) -> Ptr (CInt)
+ Bindings.LibZip: p'zip_stat'mtime :: Ptr (C'zip_stat) -> Ptr (CTime)
+ Bindings.LibZip: p'zip_stat'name :: Ptr (C'zip_stat) -> Ptr (Ptr CChar)
+ Bindings.LibZip: p'zip_stat'size :: Ptr (C'zip_stat) -> Ptr (CSize)
Files
- bindings-libzip.cabal +3/−3
bindings-libzip.cabal view
@@ -1,5 +1,5 @@ Name: bindings-libzip-Version: 0.1.0.2+Version: 0.1.0.3 Synopsis: Low level bindings to libzip. Description: This package provides low-level bindings to libzip library.@@ -16,7 +16,7 @@ Build-type: Simple Cabal-version: >=1.2.3-Tested-with: GHC == 6.12.1, GHC == 7.0.1+Tested-with: GHC == 6.12.1, GHC == 7.0.1, GHC == 7.2.1 Flag NoPkgConfig Description: Do not use pkg-config to check for library dependencies.@@ -30,7 +30,7 @@ Bindings.LibZip Build-Depends:- base >= 4.0 && < 4.4+ base >= 4.0 && < 4.5 , bindings-DSL >= 1.0 && < 1.1 if flag(NoPkgConfig)