bindings-libzip 0.10.1 → 0.10.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- bindings-libzip.cabal +4/−4
bindings-libzip.cabal view
@@ -1,12 +1,12 @@ Name: bindings-libzip-Version: 0.10.1+Version: 0.10.2 Synopsis: Low level bindings to libzip. Description: This package provides low-level bindings to libzip (v0.10) library. For higher-level interface please use LibZip package: <http://hackage.haskell.org/package/LibZip> -Homepage: http://bitbucket.org/jetxee/hs-libzip/+Homepage: http://bitbucket.org/astanin/hs-libzip/ License: BSD3 License-file: LICENSE Author: Sergey Astanin@@ -16,7 +16,7 @@ Build-type: Simple Cabal-version: >=1.2.3-Tested-with: GHC == 7.0.3, GHC == 7.2.2, GHC == 7.4.1+Tested-with: GHC == 7.4.1, GHC == 7.6.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.6+ base >= 4.0 && < 5 , bindings-DSL >= 1.0 && < 1.1 if flag(NoPkgConfig)