zoovisitor 0.2.1.1 → 0.2.1.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~Z-Datadep ~Z-IO
Dependency ranges changed: Z-Data, Z-IO
Files
- zoovisitor.cabal +4/−4
zoovisitor.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: zoovisitor-version: 0.2.1.1+version: 0.2.1.2 synopsis: A haskell binding to Apache Zookeeper C library(mt) using Haskell Z project. @@ -12,7 +12,7 @@ copyright: Copyright (c) author: mu maintainer: mu@laxcat.xyz-tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4+tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.5 category: Database homepage: https://github.com/ZHaskell/zoovisitor bug-reports: https://github.com/ZHaskell/zoovisitor/issues@@ -44,8 +44,8 @@ build-depends: , base >=4.12 && <5- , Z-Data >=0.7.2 && <1.1 || ^>=2.0- , Z-IO >=0.7 && <1.0 || ^>=2.0+ , Z-Data >=0.7.2 && <1.2 || ^>=2.0+ , Z-IO >=0.7 && <1.1 || ^>=2.0 includes: hs_zk.h c-sources: cbits/hs_zk.c