bindings-libzip 0.1.0.3 → 0.1.0.4
raw patch · 1 files changed
+3/−3 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 +3/−3
bindings-libzip.cabal view
@@ -1,5 +1,5 @@ Name: bindings-libzip-Version: 0.1.0.3+Version: 0.1.0.4 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, GHC == 7.2.1+Tested-with: GHC == 7.0.1, GHC == 7.2.1, GHC == 7.4.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.5+ base >= 4.0 && < 4.6 , bindings-DSL >= 1.0 && < 1.1 if flag(NoPkgConfig)