zoovisitor 0.2.3.0 → 0.2.4.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~Z-DataPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Z-Data
API changes (from Hackage documentation)
Files
- zoovisitor.cabal +2/−2
zoovisitor.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: zoovisitor-version: 0.2.3.0+version: 0.2.4.0 synopsis: A haskell binding to Apache Zookeeper C library(mt) using Haskell Z project. @@ -46,7 +46,7 @@ build-depends: , base >=4.12 && <5 , exceptions ^>=0.10- , Z-Data >=0.7.2 && <1.2 || ^>=2.0+ , Z-Data >=0.7.2 && <1.5 || ^>=2.0 includes: hs_zk.h c-sources: cbits/hs_zk.c